Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-3727

Remove confusing error message printed when using extends=override feature

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.4.5
    • 4.4.4
    • core
    • None

      Changes done for MAGNOLIA-3353 (and its subtasks) on one hand unbend the original breaks, on the other logs an useless error for the extends=override use case since the if/else branch for it is never reached because the previous two branches serve it all. It doesn't (or shouldn't) break the functionality itself as the extending=false; is set anyway.

      To fix it just change the ordering - move EXTENDING_NODE_DATA_OVERRIDE.equals(extendedNode) condition prior to the above one, or maybe even at the beginning.

        Acceptance criteria

              had Jan Haderka
              zdenekskodik Zdenek Skodik
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD