Uploaded image for project: 'Ibexa IBX'
  1. Ibexa IBX
  2. IBX-2340

Publishing Content in workflow queue leaves orphaned workflow entry

    XMLWordPrintable

Details

    • Ibexa Commerce, Ibexa Content, Ibexa Experience

    Description

      Clean Ibexa Experience v3.3.14 installation.

      Steps to reproduce:

      1. Add workflow configuration for "folder" Content Type

      ezplatform:
        system:
          default:
            workflows:
              custom_workflow:
                name: "Custom Workflow"
                matchers:
                  content_type: folder
                  content_status: published
                stages:
                  initial_stage:
                    label: 'Start'
                    color: '#E9A10F'
                  review_state:
                    label: 'Review'
                    color: '#F0DC24'
                  published_state:
                    label: 'Published Stage'
                    color: '#80D205'
                    last_stage: true
                initial_stage: initial_stage
                transitions:
                  to_review:
                    from: initial_stage
                    to: review_state
                    icon: '/bundles/ezplatformadminui/img/ez-icons.svg#approved'
                    label: 'to Review Transition'
                  to_published:
                    from: review_state
                    to: published_state
                    icon: '/bundles/ezplatformadminui/img/ez-icons.svg#approved'
                    label: 'to Publish Transition'
                    actions:
                      publish: ~
      

        
      2. Edit Content Object having Content Type "folder" and send it to Review
      3. Edit same Content Object from Review Queue in Dashboard and publish Content using regular publish functionality.

      Result:
      Content Version is changed and published - but remains in Review Queue.
      Entry in Review Queue can not be edited.

      Expected Result;
      Review Queue should be empty

      Designs

        Attachments

          Activity

            People

              Unassigned Unassigned
              thorsten.reiter@ibexa.co Thorsten Reiter
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: