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

Computed and defined default workflow name should be differentiate

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.5.0
    • 4.4.0
    • None
    • None
    • 4.5 M3

      Currently, you have these content types :

      • A with default workflow name first
      • B with no default workflow name
      • C with no default workflow name, C extends A and B
      • D with default workflow name second
      • E with no default workflow name, E extends C and D

      Currently, on getting the default workflow name, we have :

      • A : first
      • B : content
      • C : content
      • D : second
      • E : content

      But we should have :

      • A : first
      • B : content
      • C : first
      • D : second
      • E : undefined

      I don't think there is some complicated cases like this currently, but it could happen in the future.

       

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

              Created:
              Updated:
              Resolved: