Closed hacfi closed 10 years ago
Running app/console doctrine:phpcr:node:remove --only-children /path I noticed it currently throws an PHPCR\InvalidItemStateException stating Item /path/node is deleted. This small fix prevents accessing the deleted node.
app/console doctrine:phpcr:node:remove --only-children /path
PHPCR\InvalidItemStateException
Item /path/node is deleted
ups, seems nobody was using this. thanks for the fix!
Running
app/console doctrine:phpcr:node:remove --only-children /path
I noticed it currently throws anPHPCR\InvalidItemStateException
statingItem /path/node is deleted
. This small fix prevents accessing the deleted node.