> calling manage_delObjects() from custom application code seems to > redirect to the deletion confirmation screen in case of a possible > link-integrity violation. This is desirable when removing an object > from the Plone UI but it is absolutely not desirable when I remove > objects programmatically through my own code. >
http://collective-docs.plone.org/content/deleting.html#bypassing-link-integrity-check You can apply a marker interface to HTTPRequest object and link integrity check is disabled. Or something along the lines. I'll let you work on how it goes and write the necessary documentation this time :) -Mikko _______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-product-developers
