diff --git a/UI/Common/product.plist b/UI/Common/product.plist index 7fc0f9d4e..fc92e3925 100644 --- a/UI/Common/product.plist +++ b/UI/Common/product.plist @@ -50,6 +50,11 @@ protectedBy = "ReadAcls"; pageName = "UIxUserRightsEditor"; }; + saveUserRights = { + protectedBy = "ReadAcls"; + pageName = "UIxUserRightsEditor"; + actionName = "saveUserRights"; + }; }; }; SOGoFolder = { diff --git a/UI/Scheduler/product.plist b/UI/Scheduler/product.plist index c561228b7..37cf1a952 100644 --- a/UI/Scheduler/product.plist +++ b/UI/Scheduler/product.plist @@ -105,7 +105,16 @@ editAttendees = { protectedBy = "View"; pageName = "UIxAttendeesEditor"; + }; + userRights = { + protectedBy = "ReadAcls"; + pageName = "UIxCalUserRightsEditor"; }; + saveUserRights = { + protectedBy = "ReadAcls"; + pageName = "UIxCalUserRightsEditor"; + actionName = "saveUserRights"; + }; }; };