Skip to content

Commit

Permalink
Merge pull request #553 from devgateway/fix/OCMAKU-569
Browse files Browse the repository at this point in the history
OCMAKU-569 Tender process status vs Individual forms status
  • Loading branch information
lilitk authored May 25, 2020
2 parents f3204d1 + b7d3666 commit 8e30a6d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ protected void onInitialize() {
alertTerminated.setVisibilityAllowed(true);
}

saveTerminateButton.setVisibilityAllowed(editForm.getModelObject().getDirectChildrenEntitiesNotNull()
.isEmpty());

if (!ObjectUtils.isEmpty(getNextForm())) {
deleteButton.setVisibilityAllowed(false);
}
Expand Down

0 comments on commit 8e30a6d

Please sign in to comment.