Issue Type: Bug Bug
Affects Versions: 1.7
Assignee: Philipp Bärfuss
Created: 22/Mar/13 11:38 AM
Description:

Imagine you have a hierarchy like:

item
  subnode
    subsubnode

Calling "delete all" on the item let the method populates the nodes in the order reflecting the hierarchy in repository (subnode first, subsubnode second). Hence while looping over this collection, we call #executeNode() (aka node.delete()) for subnode first, which is still ok, but once it's about to #executeNode() upon subsubnode it ends up in InvalidItemStateException (attached) because the subsubnode has been removed already by the previous call.


As a workaround one can still do just simple "delete" instead of "delete all".

Fix Versions: 1.7.5
Project: Magnolia Data Module
Priority: Neutral Neutral
Reporter: Zdenek Skodik
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]>
----------------------------------------------------------------

Reply via email to