mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-25 14:59:30 +00:00
Monotone-Parent: 9f3d14cd7eec1e17f236e26453d31587b0cd719f
Monotone-Revision: c681fa49cba40e8081c74d39c28002652092e8c2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-24T22:33:09 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -50,6 +50,11 @@
|
||||
protectedBy = "ReadAcls";
|
||||
pageName = "UIxUserRightsEditor";
|
||||
};
|
||||
saveUserRights = {
|
||||
protectedBy = "ReadAcls";
|
||||
pageName = "UIxUserRightsEditor";
|
||||
actionName = "saveUserRights";
|
||||
};
|
||||
};
|
||||
};
|
||||
SOGoFolder = {
|
||||
|
||||
@@ -105,7 +105,16 @@
|
||||
editAttendees = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxAttendeesEditor";
|
||||
};
|
||||
userRights = {
|
||||
protectedBy = "ReadAcls";
|
||||
pageName = "UIxCalUserRightsEditor";
|
||||
};
|
||||
saveUserRights = {
|
||||
protectedBy = "ReadAcls";
|
||||
pageName = "UIxCalUserRightsEditor";
|
||||
actionName = "saveUserRights";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user