Skip to content

Commit

Permalink
small ui authorization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Mar 10, 2020
1 parent 067a80c commit 7b450f1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@ public WebMarkupContainer createPanel(String panelId) {
});

ObjectTabVisibleBehavior<TaskType> workManagementTabVisibility = new ObjectTabVisibleBehavior<TaskType>
(Model.of(getObjectWrapper().getObject()), ComponentConstants.UI_CASE_TAB_WORKITEMS_URL, parentPage){
(Model.of(getObjectWrapper().getObject()), ComponentConstants.UI_TASK_TAB_WORK_MANAGEMENT_URL, parentPage){

private static final long serialVersionUID = 1L;

Expand Down

0 comments on commit 7b450f1

Please sign in to comment.