mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
(js) Only select checkboxes in ACL editor
This commit is contained in:
@@ -137,7 +137,8 @@
|
||||
*/
|
||||
Acl.prototype.$selectAllRights = function(user) {
|
||||
_.forEach(user.rights, function(value, right) {
|
||||
user.rights[right] = 1;
|
||||
if (angular.isNumber(user.rights[right]))
|
||||
user.rights[right] = 1;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user