Forum OpenACS Development: Response to content_revision deleting

Collapse
Posted by Dave Bauer on
OK I was wrong. It is only broken when the static-page resides in a static-folder. The deleting of folders and pages is all done in static_page__delete_stale_items. First it deletes all the static_pages, then all the folders. So apparently the static_page__delete_folder function is not seeing the pages as deleted because they are all in the same transaction??

Am I on the right track here?