![]() |
|
|
|
|
Change By:
|
Federico Grilli
(19/Jun/14 4:59 PM)
|
|
Description:
|
Workbench cannot display nodes that contain a colon character. The Imaging module generates such nodes: {{jcr:content}}. This change was introduced with the move from DMS to DAM. In 4.5 the same node was named {{document}} and a JCR browser tree was able to display it.
4.5: {{/pop/promo/dms/demo-project/img/bk/Opener/coral-light/document}} 5.2: {{/pop/promo/dam/demo-project/img/bk/Opener/coral-light/jcr:content}}
This issue impacts users because trees like /trees/imaging will be phased out and replaced by the JCR Browser. A user cannot inspect the imaging workspace and learn how the rendition generation works, for example.
The issue is actually a combination of - the TreeView
which is apparently
unable to display nodes that contain a colon character (which is no problem for the ListView)
due to {{info.magnolia.ui.workbench.tree.HierarchicalJcrContainer.isNodeVisible(Node)}} skipping all nodes beginning with {{jcr:}} (hardcoded)
- a
{{
mgnl:resource nodeType
}}
missing in the configuration (see attached screenshot)
-- this
. This
causes the generated query
to
not
to
contain
{{mgnl:resource}} which is subnode of {{jcr:content}}.
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <
[email protected]>
----------------------------------------------------------------