Skip to content

Commit

Permalink
mid-6184 gui part for Power of attorney in approvals
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Apr 20, 2020
1 parent 0c975dd commit b2585f4
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -69,7 +69,8 @@ protected void onInitialize(){
}

private void initLayout() {
CaseWorkItemsPanel workItemsPanel = new CaseWorkItemsPanel(ID_CASE_WORK_ITEMS_TABLE, CaseWorkItemsPanel.View.FULL_LIST) {
CaseWorkItemsPanel workItemsPanel = new CaseWorkItemsPanel(ID_CASE_WORK_ITEMS_TABLE, CaseWorkItemsPanel.View.FULL_LIST,
pageParameters) {
private static final long serialVersionUID = 1L;

@Override
Expand Down

0 comments on commit b2585f4

Please sign in to comment.