mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-21 01:54:17 +00:00
(fix) now also give modify permission
This commit is contained in:
@@ -140,6 +140,8 @@
|
||||
_.forEach(user.rights, function(value, right) {
|
||||
if (angular.isNumber(user.rights[right]))
|
||||
user.rights[right] = 1;
|
||||
else
|
||||
user.rights[right] = "Modifier";
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user