Skip to content

Commit

Permalink
duplicated pages url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Mar 21, 2022
1 parent 302cba7 commit 6e701eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/orgUnitHistory", matchUrlForSecurity = "/admin/orgUnitHistory")
@Url(mountUrl = "/admin/orgHistoryNew", 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 @@ -30,7 +30,7 @@
*/
@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/roleHistory")
@Url(mountUrl = "/admin/roleHistoryNew")
},
action = {
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_ROLES_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/serviceHistory")
@Url(mountUrl = "/admin/serviceHistoryNew")
},
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 @@ -25,7 +25,7 @@
*/
@PageDescriptor(
urls = {
@Url(mountUrl = "/admin/userHistory")
@Url(mountUrl = "/admin/userHistoryNew")
},
action = {
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_USERS_ALL_URL,
Expand Down

0 comments on commit 6e701eb

Please sign in to comment.