diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-06-19 14:39:38 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-06-19 14:39:38 +0200 |
commit | 8cf9ec266055f065c428216d53018c83b63675c6 (patch) | |
tree | 7277b335901d3b5a40ab2851f227691ceb97b356 /client/components/users/userHeader.jade | |
parent | fad4cba5e20b3273c2adc80b7a7c5c9fa57ed720 (diff) | |
download | wekan-8cf9ec266055f065c428216d53018c83b63675c6.tar.gz wekan-8cf9ec266055f065c428216d53018c83b63675c6.tar.bz2 wekan-8cf9ec266055f065c428216d53018c83b63675c6.zip |
Allow a user to edit its profile or avatar from a member popover
Fixes the data context on the member popover in the details pane. Also
change the way Popover detect if the click is initiated from a parent
popover -- from reading Blaze context, to looking at the event target
parents.
Diffstat (limited to 'client/components/users/userHeader.jade')
-rw-r--r-- | client/components/users/userHeader.jade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/users/userHeader.jade b/client/components/users/userHeader.jade index f30ee09d..6a096658 100644 --- a/client/components/users/userHeader.jade +++ b/client/components/users/userHeader.jade @@ -24,7 +24,7 @@ template(name="editProfilePopup") form label | {{_ "fullname"}} - input.js-profile-fullname(type="text" value=profile.name autofocus) + input.js-profile-fullname(type="text" value=profile.fullname autofocus) label | {{_ "username"}} input.js-profile-username(type="text" value=username) |