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:
Alexander Sulfrian 2016-07-11 12:05:03 +02:00 committed by Maxime Quandalle
parent 36f17a5717
commit 855f56c61a
3 changed files with 5 additions and 5 deletions

View file

@ -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