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 15, 2020
1 parent cd1f8b1 commit 88b1142
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -64,7 +64,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 88b1142

Please sign in to comment.