Skip to content

Commit

Permalink
updated mount urls, removed "new"
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 25, 2022
1 parent 97755c7 commit 995b56a
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/archetypeNew")
@Url(mountUrl = "/admin/archetype")
},
encoder = OnePageParameterEncoder.class,
action = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/caseNew")
@Url(mountUrl = "/admin/case")
},
encoder = OnePageParameterEncoder.class, action = {
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_CASES_ALL_URL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/newObjectCollection")
@Url(mountUrl = "/admin/objectCollection")
},
encoder = OnePageParameterEncoder.class,
action = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/newObjectTemplate")
@Url(mountUrl = "/admin/objectTemplate")
},
encoder = OnePageParameterEncoder.class,
action = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/orgHistoryNew", matchUrlForSecurity = "/admin/orgUnitHistory")
@Url(mountUrl = "/admin/orgHistory", matchUrlForSecurity = "/admin/orgUnitHistory")
},
action = {
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_ORG_ALL_URL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/reportNew")
@Url(mountUrl = "/admin/report")
},
encoder = OnePageParameterEncoder.class,
action = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/resourceNew")
@Url(mountUrl = "/admin/resource")
},
action = {
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_RESOURCES_ALL_URL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/roleNew", matchUrlForSecurity = "/admin/roleNew")
@Url(mountUrl = "/admin/role", matchUrlForSecurity = "/admin/role")
},
encoder = OnePageParameterEncoder.class, action = {
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_ROLES_ALL_URL, label = "PageAdminRoles.auth.roleAll.label", description = "PageAdminRoles.auth.roleAll.description"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/
@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/roleHistoryNew")
@Url(mountUrl = "/admin/roleHistory")
},
action = {
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_ROLES_ALL_URL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/serviceNew", matchUrlForSecurity = "/admin/serviceNew")
@Url(mountUrl = "/admin/service", matchUrlForSecurity = "/admin/service")
},
encoder = OnePageParameterEncoder.class, action = {
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_SERVICES_ALL_URL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/serviceHistoryNew")
@Url(mountUrl = "/admin/serviceHistory")
},
encoder = OnePageParameterEncoder.class, action = {
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_SERVICES_ALL_URL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/taskNew")
@Url(mountUrl = "/admin/task")
},
encoder = OnePageParameterEncoder.class,
action = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/userNew", matchUrlForSecurity = "/admin/userNew")
@Url(mountUrl = "/admin/user", matchUrlForSecurity = "/admin/user")
},
encoder = OnePageParameterEncoder.class,
action = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/userHistoryNew")
@Url(mountUrl = "/admin/userHistory")
},
action = {
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_USERS_ALL_URL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/self/profile/org/unitNew")
@Url(mountUrl = "/self/profile/org")
},
action = {
@AuthorizationAction(actionUri = PageSelf.AUTH_SELF_ALL_URI,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/self/profile/roleNew")
@Url(mountUrl = "/self/profile/role")
},
action = {
@AuthorizationAction(actionUri = PageSelf.AUTH_SELF_ALL_URI,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/self/profile/serviceNew")
@Url(mountUrl = "/self/profile/service")
},
action = {
@AuthorizationAction(actionUri = PageSelf.AUTH_SELF_ALL_URI,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@PageDescriptor(
urls = {
@Url(mountUrl = "/self/profile/userNew")
@Url(mountUrl = "/self/profile/user")
},
action = {
@AuthorizationAction(actionUri = PageSelf.AUTH_SELF_ALL_URI,
Expand Down

0 comments on commit 995b56a

Please sign in to comment.