mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
(fix) now also give modify permission
This commit is contained in:
1
NEWS
1
NEWS
@@ -11,6 +11,7 @@ New features
|
||||
Enhancements
|
||||
- [web] follow requested URL after user authentication
|
||||
- [web] added Simplified Chinese (zh_CN) translation - thanks to Thomas Kuiper
|
||||
- [web] now also give modify permission when selecting all calendar rights
|
||||
|
||||
Bug fixes
|
||||
- [core] yearly repeating events are not shown in web calendar (#4237)
|
||||
|
||||
@@ -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