Skip to content

Commit

Permalink
request access menu added
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 27, 2022
1 parent 536e5a6 commit 92a39fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ private SideBarMenuItem createSelfServiceMenu(boolean experimentalFeaturesEnable
if (WebModelServiceUtils.getLoggedInFocus() instanceof UserType) {
menu.addMainMenuItem(createMainMenuItem("PageAdmin.menu.request", GuiStyleConstants.CLASS_ICON_REQUEST,
PageAssignmentShoppingCart.class));
// menu.addMainMenuItem(createMainMenuItem("PageRequestAccess.title", GuiStyleConstants.CLASS_ICON_REQUEST_ACCESS,
// PageRequestAccess.class));
menu.addMainMenuItem(createMainMenuItem("PageRequestAccess.title", GuiStyleConstants.CLASS_ICON_REQUEST_ACCESS,
PageRequestAccess.class));
}
menu.addMainMenuItem(createMainMenuItem("PageAdmin.menu.consent", GuiStyleConstants.CLASS_ICON_CONSENT,
PageSelfConsents.class));
Expand Down

0 comments on commit 92a39fe

Please sign in to comment.