You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Stefan Egli (JIRA)" <ji...@apache.org> on 2015/11/12 12:29:13 UTC

[jira] [Closed] (SLING-3673) Content-sync bug: children are uploaded, then immediately deleted

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

Stefan Egli closed SLING-3673.
------------------------------

> Content-sync bug: children are uploaded, then immediately deleted
> -----------------------------------------------------------------
>
>                 Key: SLING-3673
>                 URL: https://issues.apache.org/jira/browse/SLING-3673
>             Project: Sling
>          Issue Type: Bug
>          Components: IDE
>            Reporter: Stefan Egli
>            Assignee: Robert Munteanu
>            Priority: Critical
>             Fix For: Sling Eclipse IDE 1.0.0
>
>
> consider the following content structure:
> {code}
> \- cccontent
>  |- jcr:content
>  |- en
>  \- fr
> {code}
> When uploading (export) this structure, the uploading mechanism correctly goes through all children, eg in the following order:
> {code}
> /content/cccontent/fr
> /content/cccontent/en
> /content/cccontent/_jcr_content
> {code}
> then, handles the .content.xml of the cccontent directory:
> {code}
> /content/cccontent[.content.xml]
> {code}
> which seems to delete both 'fr' and 'en' children



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