Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCU-617

NodeType Config in Yaml want's a collection of Strings

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Neutral Neutral
    • None
    • None
    • None
    • Yes

      We saw a issue with the configuration for a action availablity. If you configure it in JCR you discribe a Collection of Hashmaps because in jcr you have always the combination of propertyname and value. But if you export your app configuration into YAML you get also a Collection of Hashmaps. But with YAML the Java only understands a Collection of Strings.
      So the Configuration of YAML and JCR is a bit different. It should look like this

      nodeTypes:
        - 'mgnl:folder'
      

      instead of this:

      nodeTypes:
        - folder: 'mgnl:folder'
      

      Please describe this in the documentation and maybe fix this issue in the YAML Export Action.

        Acceptance criteria

              Unassigned Unassigned
              marvink2 Marvin Kerkhoff
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR