Hi, We have a box which is supposed to act as a standalone and run with the author configuration flag set to false. However, at one point someone accidentally added an active subscriber to our empty list of subscribers, and when content editors attempted to delete nodes, they sent them into the "deleted" status, but weren't able to activate these changes because the subscriber didn't exist.
I'm trying to clean up the JCR, but I can't figure out how to run a select query against the website module so that all nodes which have as one of the values for jcr:mixinTypes the mgnl:deleted type. I tried using the query browser and querying "select * from nt:base where mgnl:deleted='true'" and also "select * from nt:base where jcr:mixinTypes like 'mgnl:deleted'", but neither of these worked. Can you offer another way for me to find these nodes and delete them? The only other way that I can think of is either manually, or by programming a script to edit the xml files of the JCR and look for nodes with the xml tag which has <sv:value>mgnl:deleted</sv:value>. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=6dc0caf8-cc58-48d2-b6dd-2e5172c2e0cd ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
