mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 10:47:17 +00:00
Improve ACL editor (Scheduler & Contacts)
This commit is contained in:
@@ -225,7 +225,10 @@
|
||||
if (zero) {
|
||||
// Disable all rights
|
||||
_.map(_.keys(this.rights), function(key) {
|
||||
_this.rights[key] = 0;
|
||||
if (angular.isString(_this.rights[key]))
|
||||
_this.rights[key] = 'None';
|
||||
else
|
||||
_this.rights[key] = 0;
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user