[Bug 8987] New: "New report button" broken
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8987 Priority: P5 - low Change sponsored?: --- Bug ID: 8987 Assignee: gmcharlt@gmail.com Summary: "New report button" broken Severity: normal Classification: Unclassified OS: All Reporter: ed.veal@bywatersolutions.com Hardware: All Status: NEW Version: rel_3_8 Component: Reports Product: Koha 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 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8987 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- 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. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8987 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |chris@bigballofwax.co.nz --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> --- Right ill hunt this down and fix it. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8987 --- Comment #3 from Chris Cormack <chris@bigballofwax.co.nz> --- Here is the commit that added it 3b82db781f8f779be0c29dc5b4d526a83cb2d0bf Bug 8596, the datepicker not enforcing iso formatted dates. That definitely needs to be reverted? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8987 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- (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. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8987 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Chris Cormack <chris@bigballofwax.co.nz> --- The commit causing this has been reverted from 3.8.x -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org