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

Drafts in initial Stage are not filtered out in "Drafts to review" tab

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • Customer request
    • 3.3.1, 3.2.5
    • None

    Description

      The outcome of https://jira.ez.no/browse/EZEE-2934 was to filter out issues present in initial stage from Review Queue.

      This is true for Review Queue, but not for the data displayed in "Drafts to review" tab on the Dashboard.

      Steps to reproduce:
      1. Setup 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. Go to Content -> Content Strucute
      4. Start creating a new Folder
      5. Fill name, description
      6. Send it using "To done" transition
      7. Go to the Dashboard and look at "Drafts to review" tab

      Expected:
      "Drafts to review" tab does not contain entry for the Draft in Quick Review (where it is in initial stage) (see attached screenshot)

      Actual:
      "Drafts to review" tab contains an entry for Quick Review

      Update:
      The drafts are still visible in Admin=>Workflow=>Content under review after they are published.

      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: