Skip to content

Commit

Permalink
MID-6103 Archetyped task list - menu item enabled state fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Mar 11, 2020
1 parent d70d34f commit 9ac5638
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1868,7 +1868,7 @@ private MainMenuItem createServerTasksItems() {
MainMenuItem item = new MainMenuItem(GuiStyleConstants.CLASS_OBJECT_TASK_ICON_COLORED,
createStringResource("PageAdmin.menu.top.serverTasks"), null);

addMenuItem(item, "PageAdmin.menu.top.serverTasks.list", PageTasks.class);
addObjectListPageMenuItem(item, "PageAdmin.menu.top.serverTasks.list", GuiStyleConstants.CLASS_SHADOW_ICON_GENERIC, PageTasks.class);

if (WebComponentUtil.isAuthorized(AuthorizationConstants.AUTZ_UI_TASKS_ALL_URL, AuthorizationConstants.AUTZ_GUI_ALL_URL,
AuthorizationConstants.AUTZ_UI_TASKS_VIEW_URL)) {
Expand Down

0 comments on commit 9ac5638

Please sign in to comment.