Skip to content

Commit

Permalink
MID-2839 breadcrumbs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 2, 2016
1 parent aa2a7f9 commit cd54abe
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -1426,6 +1426,8 @@ public AdminGuiConfigurationType loadAdminGuiConfiguration() {
public void redirectBack() {
List<Breadcrumb> breadcrumbs = getSessionStorage().getBreadcrumbs();
if (breadcrumbs.size() < 2) {
getSessionStorage().clearBreadcrumbs();

if (WebComponentUtil.isAuthorized(AuthorizationConstants.AUTZ_UI_DASHBOARD_URL,
AuthorizationConstants.AUTZ_UI_HOME_ALL_URL)) {
setResponsePage(PageDashboard.class);
Expand Down

0 comments on commit cd54abe

Please sign in to comment.