Details
-
Bug
-
Resolution: Not an issue
-
Major
-
None
-
5.4
-
None
-
None
-
Java8, Ubuntu Linux
Description
In the website workspace I have my contents organized like this:
- /shared-contents/text-image-combos/samples/test1
- /shared-contents/text-image-combos/samples/standard
I export the folder /shared-contents/text-image-combos/samples and place the export into
/src/main/resources/mgnl-bootstrap/<my-module>/website.shared-contents.text-image-combos.samples.xml of my Maven module.
When I bootstrap the Magnolia module, the folder /shared-contents gets imported, but it is not shown by the pages app. I can make a search for "shared-contents" in the pages app, I get the proper search results. Also the website JCR browser shows the /shared-contents/text-image-combos/samples.
When I export /shared-contents instead of /shared-contents/text-image-combos/samples and bootstrap the module, the pages app shows /shared-contents as expected.
Same for the DAM app.
I attached a sample export/import for the DAM app.