You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2014/10/01 21:04:33 UTC

[jira] [Resolved] (SLING-3988) Content Navigator does not show nodes with escaped names

     [ https://issues.apache.org/jira/browse/SLING-3988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Munteanu resolved SLING-3988.
------------------------------------
    Resolution: Fixed

> Content Navigator does not show nodes with escaped names
> --------------------------------------------------------
>
>                 Key: SLING-3988
>                 URL: https://issues.apache.org/jira/browse/SLING-3988
>             Project: Sling
>          Issue Type: Bug
>          Components: IDE
>    Affects Versions: Sling Eclipse IDE 1.0.2
>            Reporter: Robert Munteanu
>            Assignee: Robert Munteanu
>             Fix For: Sling Eclipse IDE 1.0.4
>
>
> Consider the following content structure:
> {code}
> /content [sling:Folder]
>   /sling:stuff [nt:unstructured]
> {code}
> This will get serialized on disk in the following way
> {code}
> /content/.content.xml
> /content/_sling_stuff/.content.xml
> {code}
> The content navigator will miss the sling:stuff child node and therefore it will appear as if it is not there.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)