Skip to content

Commit

Permalink
npe fix on workitem panel
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Sep 26, 2021
1 parent c274003 commit 2966a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ public String getDownloadContentType() {
}

};
evidenceForm.add(evidencePanel);
evidencePanel.getBaseFormComponent().add(new EmptyOnBlurAjaxFormUpdatingBehaviour());
evidencePanel.add(new VisibleEnableBehaviour() {
private static final long serialVersionUID = 1L;
Expand All @@ -279,7 +280,6 @@ public boolean isVisible() {
return CaseTypeUtil.isManualProvisioningCase(caseObj);
}
});
evidenceForm.add(evidencePanel);

WebMarkupContainer commentContainer = new WebMarkupContainer(ID_APPROVER_CONTAINER);
commentContainer.setOutputMarkupId(true);
Expand Down

0 comments on commit 2966a73

Please sign in to comment.