Skip to content

Commit

Permalink
Update case item menu item visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jhill0 committed Apr 12, 2018
1 parent fd65832 commit b1202e1
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -1546,7 +1546,9 @@ public String getBubbleLabel() {
addMenuItem(item, "PageAdmin.menu.top.cases.listAll", PageCasesAll.class);
addMenuItem(item, "PageAdmin.menu.top.caseWorkItems.list", PageCaseWorkItemsAllocatedToMe.class);
addMenuItem(item, "PageAdmin.menu.top.caseWorkItems.listAll", PageCaseWorkItemsAll.class);
addMenuItem(item, "PageAdmin.menu.top.caseWorkItems.view", PageCaseWorkItem.class);

createFocusPageViewMenu(item.getItems(), "PageAdmin.menu.top.caseWorkItems.view", PageCaseWorkItem.class);

addMenuItem(item, "PageAdmin.menu.top.case.new", PageCase.class);

return item;
Expand Down

0 comments on commit b1202e1

Please sign in to comment.