UX: Enabled sorting for more columns in admin user list (#7208)

This commit is contained in:
Tim Lange
2019-03-21 10:16:58 +01:00
committed by Guo Xiang Tan
parent 4e594f2b2b
commit d16a0db4e1
7 changed files with 80 additions and 12 deletions

View File

@ -87,8 +87,8 @@ export default Ember.Controller.extend(CanCheckEmails, {
);
},
showEmails: function() {
this.set("showEmails", true);
toggleEmailVisibility: function() {
this.toggleProperty("showEmails");
this._refreshUsers();
}
}