Uploaded image for project: 'eZ Platform Enterprise Edition'
  1. eZ Platform Enterprise Edition
  2. EZEE-2934

Content Items in Workflows other than Quick Review are displayed as present in Quick Review in tables

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 3.0.0
    • 3.0.0-beta5
    • Workflow
    • [3.0] - Sprint 24

    Description

      Description:
      Content Items in Workflows other than Quick Review are displayed as present both their dedicated Workflow(s) and in Quick Review Workflow in AdminUI tables (Review Queue, Workflow details in Admin tab).

      Steps to reproduce:
      1. Set up a new Workflow:

                     workflows:
                          custom_workflow:
                               name: 'Custom Workflow'
                               matchers:
                                    content_type:
                                         - folder
                                    content_status: draft
                               stages:
                                    draft:
                                         label: Draft
                                         color: '#f15a10'
                                    done:
                                         label: Done
                                         color: '#301203'
                               initial_stage: draft
                               transitions:
                                    to_done_from_draft:
                                         from: draft
                                         to: done
                                         label: 'To done'
                                         icon: '/bundles/ezplatformadminui/img/ez-icons.svg#comment'
      

      2. Login as admin
      3. Start creating a new Folder
      4. Send it to "Done" stage
      5. Observe the items in Review queue

      Expected:
      There is only one entry for created Content Item:
      1: Status "Done" in "Custom Workflow"
      (meaning: there are no Quick Workflow entries for Content Items for which exist an additional Workflow, other than Quick Review)

      Actual:
      There are two entries for created Content Item:
      1: Status "Draft" in "Quick Review"
      2: Status "Done" in "Custom Workflow"

      Attachments

        Activity

          People

            Unassigned Unassigned
            marek.nocon@ibexa.co Marek NocoĊ„
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: