Skip to content

Commit

Permalink
Disable "Synchronize approval requests" button
Browse files Browse the repository at this point in the history
It will be used eventually. But now it's a no-op.
  • Loading branch information
mederly committed Aug 6, 2019
1 parent b2a8d54 commit 0c48c2b
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -418,9 +418,11 @@ public void onClick(AjaxRequestTarget target) {
synchronizeWorkflowRequestsPerformed(target);
}
};
// TODO this functionality will be needed in the future (to synchronize execution tasks with their cases)
// But it is not available now, so let's hide it.
synchronizeWorkflowRequests.setVisible(false);
add(synchronizeWorkflowRequests);

// adding Refresh button
AjaxButton refresh = new AjaxButton("refreshTasks",
createStringResource("pageTasks.button.refreshTasks")) {

Expand Down

0 comments on commit 0c48c2b

Please sign in to comment.