mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
profile.name is called profile.fullname (#615)
The name of the profile field was changed log ago. This fixes the remaining wrong references.
This commit is contained in:
parent
36f17a5717
commit
855f56c61a
3 changed files with 5 additions and 5 deletions
|
|
@ -55,10 +55,10 @@ template(name="importMapMembersAddPopup")
|
|||
ul.pop-over-list
|
||||
+esEach(index="users")
|
||||
li.item.js-member-item
|
||||
a.name.js-select-import(title="{{profile.name}} ({{username}})" data-id="{{_id}}")
|
||||
a.name.js-select-import(title="{{profile.fullname}} ({{username}})" data-id="{{_id}}")
|
||||
+userAvatar(userId=_id esSearch=true)
|
||||
span.full-name
|
||||
= profile.name
|
||||
= profile.fullname
|
||||
| (<span class="username">{{username}}</span>)
|
||||
+ifEsIsSearching(index='users')
|
||||
+spinner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue