-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
I have a creation form with a "content" field.
If edit workflow action is unavailable (content locked or invalid step or insufficient rights), a error "action 2 is invalid" is displayed with big stack trace.
Action 2 is invalid com.opensymphony.workflow.InvalidActionException: Action 2 is invalid at com.opensymphony.workflow.AbstractWorkflow.doAction(AbstractWorkflow.java:562) at org.ametys.plugins.workflow.Workflow.doAction(Workflow.java:253) at org.ametys.plugins.workflow.cocoon.WorkflowAction._act(WorkflowAction.java:45) at org.ametys.cms.workflow.ContentWorkflowAction._act(ContentWorkflowAction.java:68) at org.ametys.plugins.workflow.cocoon.AbstractWorkflowAction.act(AbstractWorkflowAction.java:65) at org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode.invoke(ActTypeNode.java:125)
The error should be explained to user.