Skip to content

Commit

Permalink
bread crumb back to "home"
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Mar 13, 2016
1 parent 5267db0 commit aba88eb
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -162,6 +162,9 @@ public boolean isErrorPage() {
}

private void homePerformed(AjaxRequestTarget target) {
SessionStorage storage = getSessionStorage();
storage.clearBreadcrumbs();

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

0 comments on commit aba88eb

Please sign in to comment.