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

WorkflowStepsClientSideElement should support several workflow tags

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.LATER
    • 4.4.0
    • Workflow
    • None
    • 2 - Long term
    • 1 - Easy

      When declaring a workflow step control, we currently need to declare one control for one workflow name.

      It could be great to use the same control for several workflows:

      <extension id="org.ametys.workflow.WorkflowSteps"
                 point="org.ametys.core.ui.RibbonControlsManager"
                 class="org.ametys.cms.clientsideelement.WorkflowStepsClientSideElement">
          <workflow name="workflow1">
              [...]
          </workflow>
          <workflow name="workflow2">
              [...]
          </workflow>
      </extension>

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

              Created:
              Updated: