Skip to:
You are unable to update or delete a sitestats report.
Steps to reproduce it:
Add a new report in sitestats
Put a title and save it.
Edit the report and modify the title, save it.
The title is not changed.
Edit the report again (Or check the DB), the title is not updated.
Try to delete the report, you can't do it.
Seems a hibernate problem in this lines:
https://github.com/sakaiproject/sakai/blob/master/sitestats/sitestats-impl/src/java/org/sakaiproject/sitestats/impl/report/ReportManagerImpl.java#L613
https://github.com/sakaiproject/sakai/blob/master/sitestats/sitestats-impl/src/java/org/sakaiproject/sitestats/impl/report/ReportManagerImpl.java#L641
It does absolutely nothing, no errors displayed.
Same behaviour changing the preferences.
Tested and verified that the issue no longer exists for the Nightly QA 12 build.
Server: Sakai - 12.0 - QA1 08/31/2017 - Sakai 12.0-QA1 - Server ip-172-31-6-159
Browser: Chrome Version 61.0.3163.91 (Official Build) (64-bit)
Tested the issue on the QA 12 Nightly server and it worked perfectly. Think this justifies putting this issue as Verified.
I am going to test this issue to see if I can verify that it has been fixed.
Thanks , i've tested your branch and works fantastic.
Submitted a new PR for this please take a look.
You are unable to update or delete a sitestats report.
Steps to reproduce it:
Add a new report in sitestats
Put a title and save it.
Edit the report and modify the title, save it.
The title is not changed.
Edit the report again (Or check the DB), the title is not updated.
Try to delete the report, you can't do it.
Seems a hibernate problem in this lines:
https://github.com/sakaiproject/sakai/blob/master/sitestats/sitestats-impl/src/java/org/sakaiproject/sitestats/impl/report/ReportManagerImpl.java#L613
https://github.com/sakaiproject/sakai/blob/master/sitestats/sitestats-impl/src/java/org/sakaiproject/sitestats/impl/report/ReportManagerImpl.java#L641
It does absolutely nothing, no errors displayed.
Same behaviour changing the preferences.