Skip to content

Commit

Permalink
Merge pull request #79 from ExclamationLabs/feature/cases-ui-3.8
Browse files Browse the repository at this point in the history
Update case item menu item visibility
  • Loading branch information
semancik committed Apr 13, 2018
2 parents fd65832 + b1202e1 commit a4fb63a
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 a4fb63a

Please sign in to comment.