Rename ng-templates to match names of .wox files

This commit is contained in:
Francis Lachapelle
2015-06-11 15:54:08 -04:00
parent 50b45678e3
commit b8ad85b2e2
10 changed files with 90 additions and 120 deletions
+7 -2
View File
@@ -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";