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

ExtendingNodeWrapper "extends" property is not sometimes filtered out.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Neutral
    • 5.0
    • None
    • None
    • None

    Description

      Sometimes happens when transforming beans by node2bean.
      Code which is removing property is in ExtendingNodeWrapper#getProperties(String[])
      if(getWrappedNode().hasProperty(EXTENDING_NODE_PROPERTY)) {
      properties.remove(getWrappedNode().getProperty(EXTENDING_NODE_PROPERTY));
      }
      We need to remove that prop on "better" place.

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              jsimak Jaroslav Simak
              jsimak Jaroslav Simak
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Bug DoR
                  Task DoD