Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jun 29, 2022
2 parents 39256a0 + bd92e88 commit 7806b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public enum EndPointsUrlMapping {
ORG_NEW_DETAILS("/admin/org/**",
new AuthorizationActionValue(AUTZ_UI_ORG_ALL_URL,
"PageAdminUsers.auth.orgAll.label", "PageAdminUsers.auth.orgAll.description"),
new AuthorizationActionValue(AUTZ_UI_ORG_UNIT_URL,
new AuthorizationActionValue(AUTZ_UI_ORG_DETAILS_URL,
"PageOrgUnit.auth.orgUnit.label", "PageOrgUnit.auth.orgUnit.description")),
SERVICE_NEW_DETAILS("/admin/serviceNew/**",
new AuthorizationActionValue(AUTZ_UI_SERVICE_DETAILS_URL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ public class AuthorizationConstants {
public static final QName AUTZ_UI_ORG_UNIT_QNAME = new QName(NS_AUTHORIZATION_UI, "orgUnit");
public static final String AUTZ_UI_ORG_UNIT_URL = NS_AUTHORIZATION_UI + "#orgUnit";

public static final QName AUTZ_UI_ORG_DETAILS_QNAME = new QName(NS_AUTHORIZATION_UI, "orgDetails");
public static final String AUTZ_UI_ORG_DETAILS_URL = NS_AUTHORIZATION_UI + "#orgDetails";

//Approvals (workflows)
public static final String AUTZ_UI_APPROVALS_ALL_URL = NS_AUTHORIZATION_UI + "#approvalsAll";
public static final String AUTZ_UI_MY_WORK_ITEMS_URL = NS_AUTHORIZATION_UI + "#myWorkItems";
Expand Down

0 comments on commit 7806b42

Please sign in to comment.