Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-6307

CMS Search on contents which not have the default workflow

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.7.2, 3.8
    • 3.7.1
    • None
    • None

      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");

            Unassigned Unassigned
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: