There is a button that appears in the reports module for staff who have permission to create new reports. Clicking on the button opens a drop-down for the options "Guided report" or "SQL report." I notice now that after the upgrade from 3.8.4 to 3.8.5 this button has fallen to pieces. I have also seen that this issue is still happening in 3.8.6 The options are still available - they're just not drop downs on the button any more - they appear as html links in the space where the button used to be. And they appear on the screen for everyone who has permission to run reports - whether or not they have the permission to create reports. Ed
There is a JavaScript error causing an interruption to JS processing, resulting in the broken button. The error: TypeError: $(".datepicker").datepicker is not a function /cgi-bin/koha/reports/guided_reports.pl Line 311 ".datepicker" is related to the jQueryUI datepicker, so it looks like an update was picked from master which shouldn't have been.
Right ill hunt this down and fix it.
Here is the commit that added it 3b82db781f8f779be0c29dc5b4d526a83cb2d0bf Bug 8596, the datepicker not enforcing iso formatted dates. That definitely needs to be reverted?
(In reply to comment #3) > That definitely needs to be reverted? Yes, it applies to master only. Sorry to have not made that clear in the patch.
The commit causing this has been reverted from 3.8.x