deleteOrphanPages unable to delete from service
GENERAL
TESTING
GENERAL
TESTING
Description
depends on
Activity
Show:

Matthew Jones September 1, 2016 at 10:12 AM
Thanks I've fixed that bug on this commit https://github.com/sakaiproject/sakai/pull/3288 in LSNBLDR-677.

Charles Hedrick September 1, 2016 at 9:00 AM
Why did you modify deleteOrphanPages to call deletePages after deleteOrphanPagesInternal? Doesn't deleteOrphanPagesInternal already call deletePages?

Sam Ottenhoff August 25, 2016 at 3:00 PM
10.x r324966
Okay so on LSNBLDR-630 deleteOrphanPages had one last CSRF check that prevented the deletion from happening, and the tool session wasn't being set by the webservice that was there. This fixes both of those bugs.