Summary: | "New report button" broken | ||
---|---|---|---|
Product: | Koha | Reporter: | Ed Veal <edward.m.veal> |
Component: | Reports | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Ed Veal
2012-10-30 14:48:10 UTC
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 |