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

Missing styling in Workflow status column

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 4.2.0-beta1, 4.1.5
    • 4.1.0, 4.2.x-dev
    • None

    Description

      As this only appears with workflow that can have status when no in draft mode, here is a configuration thats allowes it to reproduce:

       

      ibexa:
          system:
              # Workflow configuration is SiteAccess-aware
              default:
                  workflows:
                      # Identifier of the workflow
                      custom_workflow:
                          name: Custom Workflow
                          matchers:
                              # Which Content Types can use this workflow, optional
                              content_type: folder
                              # Which status of the Content item can use this workflow, optional. Available statuses are draft and published.
                              # For the workflow to apply to either of statuses, pass an array with both options: [draft, published].
                              content_status: [draft, published]
                          # All stages the content goes through
                          stages:
                              draft:
                                  label: Draft
                                  color: '#f15a10'
                              proofread:
                                  label: Proofread
                                  color: '#5a10f1'
                              done:
                                  label: Done
                                  color: '#301203'
                                  # Content items in this stage don't appear on My dashboard and in Review Queue.
                                  last_stage: true
                          initial_stage: draft
                          # Available transitions between stages
                          transitions:
                              to_proofread:
                                  from: draft
                                  to: proofread
                                  label: To proofreading
                                  color: '#8888ba'
                                  icon: '/bundles/ezplatformadminui/img/ez-icons.svg#comment'
                                  reviewers:
                                      required: true
                              back_to_draft:
                                  reverse: to_proofread
                                  label: Back to draft
                                  color: '#cb8888'
                                  icon: '/bundles/ezplatformadminui/img/ez-icons.svg#comment'
                              done:
                                  from: proofread
                                  to: done
                                  label: Done
                                  color: '#88ad88'
                                  icon: '/bundles/ezplatformadminui/img/ez-icons.svg#comment' 

      Designs

        Attachments

          Activity

            People

              Unassigned Unassigned
              dawid.parafinski@ibexa.co Dawid Parafiński
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: