mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-03 04:37:16 +00:00
Rename ng-templates to match names of .wox files
This commit is contained in:
@@ -47,11 +47,11 @@
|
||||
pageName = "UIxContactFoldersView";
|
||||
actionName = "checkRights";
|
||||
};
|
||||
contactEditorTemplate = {
|
||||
UIxContactEditorTemplate = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactEditorTemplate";
|
||||
};
|
||||
userFoldersTemplate = {
|
||||
UIxContactsUserFolders = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactsUserFolders";
|
||||
};
|
||||
@@ -118,9 +118,14 @@
|
||||
actionClass = "UIxContactFolderActions";
|
||||
actionName = "import";
|
||||
};
|
||||
UIxContactsUserRightsEditor = {
|
||||
protectedBy = "ReadAcls";
|
||||
pageName = "UIxContactsUserRightsEditor";
|
||||
};
|
||||
userRights = {
|
||||
protectedBy = "ReadAcls";
|
||||
pageName = "UIxContactsUserRightsEditor";
|
||||
actionName = "userRights";
|
||||
};
|
||||
saveUserRights = {
|
||||
protectedBy = "Change Permissions";
|
||||
|
||||
Reference in New Issue
Block a user