Skip to content

Commit

Permalink
url mapping for report details page
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Jul 13, 2021
1 parent b4757a1 commit dc57d5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
encoder = OnePageParameterEncoder.class,
action = {
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_REPORTS_ALL_URL,
label = PageAdminConfiguration.AUTH_CONFIGURATION_ALL_LABEL,
description = PageAdminConfiguration.AUTH_CONFIGURATION_ALL_DESCRIPTION),
label = "PageAdminCases.auth.reportsAll.label",
description = "PageAdminCases.auth.reportsAll.description"),
@AuthorizationAction(actionUri = AuthorizationConstants.AUTZ_UI_REPORT_URL,
label = "PageReport.auth.report.label",
description = "PageReport.auth.report.description") })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ public enum PageUrlMapping {
"PageArchetype.auth.user.label", "PageArchetype.auth.archetype.description"),
new AuthorizationActionValue(AUTZ_GUI_ALL_URL,
"PageCaseWorkItems.authUri.guiAll.label", "PageAdminRoles.authUri.guiAll.description")),
REPORT_DETAILS("/admin/report/**",
new AuthorizationActionValue(AUTZ_UI_REPORTS_ALL_URL,
"PageAdminCases.auth.reportsAll.label", "PageAdminCases.auth.reportsAll.description"),
new AuthorizationActionValue(AUTZ_UI_REPORT_URL,
"PageReport.auth.report.label", "PageReport.auth.report.description"),
new AuthorizationActionValue(AUTZ_GUI_ALL_URL,
"PageCaseWorkItems.authUri.guiAll.label", "PageAdminRoles.authUri.guiAll.description")),
ACTUATOR("/actuator/**",
new AuthorizationActionValue(AUTZ_ACTUATOR_ALL_URL,
"ActuatorEndpoint.authActuator.all.label", "ActuatorEndpoint.authActuator.all.description")),
Expand Down

0 comments on commit dc57d5c

Please sign in to comment.