Skip to content

Commit

Permalink
feat(cockpit): improve safety of the restart and modify operations
Browse files Browse the repository at this point in the history
related to CAM-14706, closes #1981

Co-authored-by: Clifton Davies <20408665+cliftondavies@users.noreply.github.com>
Co-authored-by: Tassilo Weidner <3015690+tasso94@users.noreply.github.com>
  • Loading branch information
cliftondavies and tasso94 committed Sep 21, 2022
1 parent 8a912c0 commit b1c0741
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions webapps/ui/cockpit/client/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1356,6 +1356,11 @@
"PLGN_MOD_SHOW_REQUEST_PAYLOAD": "Show request payload",
"PLGN_MOD_REQUEST_PAYLOAD": "requestPayload",
"PLGN_MOD_NOTIFICATION_ERROR": "Could not apply modification",
"PLGN_MOD_ASYNC_INSTANCES_NOTIFICATION_SUCCESS": "You have successfully created a batch to modify process instances asynchronously. To monitor the progress, check out the <a href=\"#/batch?details={{batchId}}&type=runtime\">Batches Page</a>. Reload the page after the batch has been completed to see the correct instance counts.",
"PLGN_MOD_SYNC_INSTANCES_NOTIFICATION_SUCCESS": "You have modified the process instances successfully.",
"PLGN_MOD_ASYNC_INSTANCE_NOTIFICATION_SUCCESS": "You have successfully created a batch to modify the process instance asynchronously. To monitor the progress, check out the <a href=\"#/batch?details={{batchId}}&type=runtime\">Batches Page</a>. Reload the page after the batch has been completed to see the correct instance counts.",
"PLGN_MOD_SYNC_INSTANCE_NOTIFICATION_SUCCESS": "You have modified the process instance successfully.",
"PLGN_MOD_SYNC_INSTANCE_NOTIFICATION_SUCCESS_NOT_FOUND": "You have modified the process instance successfully. You canceled the process instance so you will be redirected to the history view in ten seconds.",
"PLGN_MOD_DIALOG_TITLE": "Select Instances To Modify",
"PLGN_MOD_DIALOG_FILTER": "Filter for running process instances",
"PLGN_MOD_DIALOG_LOADER_EMPTY": "There are no process instances in the current filter.",
Expand Down Expand Up @@ -1425,7 +1430,10 @@
"PLGN_MOD_RESTART_REQUEST_PAYLOAD": "requestPayload",
"PLGN_MOD_RESTART_SHOW_REQUEST_PAYLOAD": "Show request payload",
"PLGN_MOD_RESTART_NOTFICATION_STATUS": "Could not restart process instance",
"PLGN_MOD_RESTART_ASYNC_INSTANCES_SUCCESS_MESSAGE": "A batch has been created to restart process instances asynchronously. To monitor the progress, check out the <a href=\"#/batch?details={{batchId}}&type=runtime\">Batches Page</a>. Reload the page after the batch has been completed to see the correct instance counts.",
"PLGN_MOD_RESTART_SYNC_INSTANCES_SUCCESS_MESSAGE": "You have restarted the process instances successfully.",
"PLGN_MOD_RESTART_DIALOG_SELECT_INSTANCES": "Select Instances To Restart",
"PLGN_MOD_RESTART_DIALOG_FILTER_INSTANCES": "Filter for finished process instances",
"PLGN_MOD_RESTART_DIALOG_NO_INSTANCES": "There are no process instances in the current filter.",
"PLGN_MOD_RESTART_DIALOG_ID": "ID",
"PLGN_MOD_RESTART_DIALOG_BUSINESS_KEY": "Business Key",
Expand Down

0 comments on commit b1c0741

Please sign in to comment.