Workflow steps list is empty.
In DefaultWorkflowStepEnumerator class, configure() method, wa parse the data "workflow-name" at the wrong place (Line 72)
We have :
_workflowName = configuration.getChild("workflow-name").getValue("content");
Instead of :
_workflowName = customConf.getChild("workflow-name").getValue("content");
[CMS-6307] CMS Search on contents which not have the default workflow
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Fix Version/s | New: 3.7.2 [ 12586 ] | |
Fix Version/s | New: 3.8 [ 12386 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |