https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43098
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Typo in |Typo in URL for "Edit SQL" |guided_reports_start.tt |button in guided reports | |(guided_reports_start.tt) CC| |[email protected] Text to go in the| |This fixes a typo in the release notes| |URL when editing the SQL in | |reports. If there is an | |error in the SQL, the "Edit | |SQL" button would take you | |to the guided reports | |wizard, instead of letting | |you edit the SQL for the | |report. | | | |(Changes | |".../guided_reports.pl?op=e | |dit_formid=..." to | |".../guided_reports.pl?op=e | |dit_form&id=..." - note the | |missing &) --- Comment #3 from David Nind <[email protected]> --- Testing notes (using KTD): 1. I didn't need to delete the authorized values category in step 4 to generate the error message. Before and after for the URL fixed: <a href="/cgi-bin/koha/reports/guided_reports.pl?op=edit_formid=[% id | uri %]" class="btn btn-primary">Edit SQL</a> <a href="/cgi-bin/koha/reports/guided_reports.pl?op=edit_form&id=[% id | uri %]" class="btn btn-primary">Edit SQL</a> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
