mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Work on the user account system
Allow a user to modifies its name, username, initials, and password. Fixes username handling on sandstorm. Fixes #149.
This commit is contained in:
parent
5f09c0ce40
commit
7f6929608c
34 changed files with 255 additions and 164 deletions
|
|
@ -6,12 +6,12 @@ BlazeComponent.extendComponent({
|
|||
events: function() {
|
||||
return [{
|
||||
'click .js-toggle-label-filter': function(event) {
|
||||
Filter.labelIds.toogle(this._id);
|
||||
Filter.labelIds.toogle(this.currentData()._id);
|
||||
Filter.resetExceptions();
|
||||
event.preventDefault();
|
||||
},
|
||||
'click .js-toogle-member-filter': function(event) {
|
||||
Filter.members.toogle(this._id);
|
||||
Filter.members.toogle(this.currentData()._id);
|
||||
Filter.resetExceptions();
|
||||
event.preventDefault();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue