JulianJanetschek
JulianJanetschek
That is exciting to hear. I do have more implementations based on our sakai 20 instance. Should i create a seperate PR for each tool or just make one big...
I put all my draft implementations for a sakai life Cylce in a 23.x branch: [https://github.com/jkjanetschek/sakai/tree/5616373401383b7a06d22d2d0250b25fb8d2f793](url) This includes the following tools - Calendar: BaseCalendarService implements HardDeleteAware - Rubrics: RubricsServiceImpl implements...
This PR is related to PR SAK-48874 Assignments support removal of data when site is hard deleted #11547 [https://github.com/sakaiproject/sakai/pull/11547](url)
Hello, nice to see that Hard Delete is getting more attention. (: I ported this implementation to our sakai 23 test instance and i would like to report my results...
I have created a draft PR with our current implementation. I think this is the most comfortable way (: SAK-48874: tool Assignments implementation of Interface HardDeleteAware [https://github.com/sakaiproject/sakai/pull/11569](url)
This version does implement Observer in BaseCitationService, which handles an event posted by ContentHosting. But it seems that the dependeny injecton of eventTrackingService into BaseCitationService does not work. I do...