Move SOGoContactGCSFolder->save to SOGoGCSFolder

pull/91/head
Francis Lachapelle 2014-11-14 14:46:55 -05:00
parent 441834edbf
commit 2af7e85f81
2 changed files with 1 additions and 6 deletions

View File

@ -120,7 +120,7 @@
actionClass = "UIxFolderActions";
actionName = "subscribeUsers";
};
renameFolder = {
save = {
protectedBy = "Access Contents Information";
actionClass = "UIxFolderActions";
actionName = "renameFolder";

View File

@ -114,11 +114,6 @@
actionClass = "UIxContactFolderActions";
actionName = "import";
};
save = {
protectedBy = "Change Permissions";
actionClass = "UIxFolderActions";
actionName = "renameFolder";
};
userRights = {
protectedBy = "ReadAcls";
pageName = "UIxContactsUserRightsEditor";