https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38155
--- Comment #14 from Brendan Lawlor <[email protected]> --- (In reply to Emily Lamancusa (emlam) from comment #13) > Cleaned up a few things in a follow-up, but otherwise it looks good! Thanks, > Brendan! Passing QA > variables within this link all need to use the uri filter, not html or > KohaDates. Thanks for this info. I got this from copying the link formatting from the Actions drop down link (line 109) for close because the data-referer wasn't working because it was url encoded. It needed to be encoded before because it used window.location.href for the redirect. Should I file a new bug to change the filters in those Actions links to use uri instead of html? > Also specify scalar context when splitting the input parameter I need to read up on this and learn more Perl :) Thanks, Emily! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
