Details
-
Improvement
-
Resolution: Not an issue
-
Neutral
-
None
-
5.7.3
-
None
-
None
Description
An incorrect error message appears when trying to click on the publish button immediately after issuing a prior publish action.
Steps to reproduce:
1 - update the activate action for pages app with asynchronous=true, parallel=false, notifyUser=false.
2 - Click on publish action for a page. Our versioning takes a while, so it take few mins to launch the publish task.
3 - Click immediately another publish action, this should be done before the first publish launches the task( u can add some debugger in your local to reproduce this).
4 - Expected error message "Action is already running and administrator didn't allow multiple executions. Please try again later or contact administrator."
Actual error message "Launching publication workflow has failed."