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

CMS Search on contents which not have the default workflow

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

          [CMS-6307] CMS Search on contents which not have the default workflow

          Bérénice Maurel made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Laurence Aumeunier made changes -
          Fix Version/s New: 3.7.2 [ 12586 ]
          Fix Version/s New: 3.8 [ 12386 ]
          Raphaël Franchet made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Bérénice Maurel created issue -

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

              Created:
              Updated:
              Resolved: