Skip to content

Commit

Permalink
Hide "Check workflow processes" button
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Sep 6, 2019
1 parent 958403f commit c4cb9ba
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -287,6 +287,7 @@ public void onClick(AjaxRequestTarget target) {
// checkWorkflowProcessesPerformed(target);
}
};
checkWorkflowProcesses.setVisible(false);
add(checkWorkflowProcesses);

AjaxButton clearCssJsCache = new AjaxButton(ID_CLEAR_CSS_JS_CACHE,
Expand Down

0 comments on commit c4cb9ba

Please sign in to comment.