Skip to content

Commit

Permalink
MID-7976 removed old shopping cart from menu
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Aug 22, 2022
1 parent 380b0c7 commit bb0831c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,6 @@ private SideBarMenuItem createSelfServiceMenu(boolean experimentalFeaturesEnable
menu.addMainMenuItem(createMainMenuItem("PageAdmin.menu.credentials", GuiStyleConstants.CLASS_ICON_CREDENTIALS,
com.evolveum.midpoint.gui.impl.page.self.credentials.PageSelfCredentials.class));
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));
}
Expand Down

0 comments on commit bb0831c

Please sign in to comment.