[Koha-bugs] [Bug 20260] Use CodeMirror for the SQL reports editor

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 11 23:36:57 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20260

--- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 80431
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=80431&action=edit
Bug 21541: Use raw filter for report results

To test:
 1 - Create new report
 SELECT CONCAT('<a
href="/cgi-bin/koha/members/moremember.pl?borrowernumber=',borrowernumber,'">',"",firstname,"",surname,'</a>')
 AS people
 FROM borrowers
 2 - Run this report
 3 - Note the results contain raw text, they are not hyperlinks
 4 - Apply patch
 5 - Reload the results
 6 - They should now be links

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list