On 5 October 2012 01:40, Annette21 <[email protected]> wrote: > Apart from deleting the items in the html table (or maybe changing the > owners) can anyone suggest a way to remove these rogue items?
You shouldn't be able to create dmHTML content items outside of the context of the tree. If you have this in your db, its corrupted data -- for example, maybe a delete branch failed to complete properly or similar. You will need to either: - create a node in the tree and attach these orphan dmHTML content items programatically (ie. put entries in the array property for the tree item you create to hold them); or - delete the dmHTML content items completely Hope that helps, -- geoff http://www.daemon.com.au/ skype. gb.daemon twitter. @modius -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
