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

JCRPropertyHidingPredicate could hide also properties not specified by its parent node type (e.g. jcr:title)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 6.2.41
    • 6.2.39
    • None
    • None
    • Magnolia 6.2.39
    • Yes
    • Yes
    • Yes

      Steps to reproduce

      1. define a system property start with 'jcr:' e.g.  jcr:title
        label: Test Page
        form:
          properties:
            jcr:title:
              $type: textField
              label: Title
              i18n: true
            title:
              $type: textField
              label: Title
              i18n: true
            
          layout:
            $type: tabbedLayout
            tabs:
              tabMain:
                label: Main tab
                fields:
                  - name: jcr:title
                  - name: title
        
      1. create a page 
      2. publish the page
      3. modify jcr:title value and publish the page
      4. jcr:title isn't updated for publish instance

      .. Logs, screenshots, gifs...

      Expected results

      jcr:title should be updated. Justify non-trivial expectations with a link to a doc or a relevant discussion.

      Actual results

      jcr:title is not updated.

      Workaround

      Development notes

        Acceptance criteria

              rkovarik Roman Kovařík
              dwei David Wei
              Nucleus
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved:
                Work Started:

                  Bug DoR
                  Task DoD