diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2016-07-11 12:05:03 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2016-07-11 12:05:03 +0200 |
commit | 855f56c61a39b03442c4962e3afabd80f7fcd721 (patch) | |
tree | bbf99e40cac830f1b96b83202682419f9f0b7644 /client/components/import/import.jade | |
parent | 36f17a57171bce23840f67c89ef25361cd2b49f6 (diff) | |
download | wekan-855f56c61a39b03442c4962e3afabd80f7fcd721.tar.gz wekan-855f56c61a39b03442c4962e3afabd80f7fcd721.tar.bz2 wekan-855f56c61a39b03442c4962e3afabd80f7fcd721.zip |
profile.name is called profile.fullname (#615)
The name of the profile field was changed log ago. This fixes the
remaining wrong references.
Diffstat (limited to 'client/components/import/import.jade')
-rw-r--r-- | client/components/import/import.jade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/import/import.jade b/client/components/import/import.jade index e10072b4..d4def7d8 100644 --- a/client/components/import/import.jade +++ b/client/components/import/import.jade @@ -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 |