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:
Wolfgang Sourdeau
2007-04-24 22:33:09 +00:00
parent d6e4471fde
commit b993684827
2 changed files with 14 additions and 0 deletions

View File

@@ -50,6 +50,11 @@
protectedBy = "ReadAcls";
pageName = "UIxUserRightsEditor";
};
saveUserRights = {
protectedBy = "ReadAcls";
pageName = "UIxUserRightsEditor";
actionName = "saveUserRights";
};
};
};
SOGoFolder = {

View File

@@ -105,7 +105,16 @@
editAttendees = {
protectedBy = "View";
pageName = "UIxAttendeesEditor";
};
userRights = {
protectedBy = "ReadAcls";
pageName = "UIxCalUserRightsEditor";
};
saveUserRights = {
protectedBy = "ReadAcls";
pageName = "UIxCalUserRightsEditor";
actionName = "saveUserRights";
};
};
};