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

Add possibility to allow multiple wrapping

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 4.5.9
    • 4.5.8
    • core
    • None

      MAGNOLIA-4867 prohibited multiple wrapping for DelegateNodeWrapper, but:

      • Some of ContentDecorators may require multiple wrapping:
        • Add ContentDecorator.isMultipleWrapEnable() method.
        • Override ContentDecorator.setWrappedNode() and check if multiple wrapping is enabled. If so, don't check wrapping with this decorator.
      • InheritanceNodeWrapper and PropertyFilteringNodeWrapper have to allow multilevel inheritance.
        • Override its setWrappedNode() method to allow this
      • Forbid inheritance for JCRPropertiesFilteringNodeWrapper and JCRMgnlPropertiesFilteringNodeWrapper

        Acceptance criteria

              rkovarik Roman Kovařík
              rkovarik Roman Kovařík
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD