https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455
Phil Ringnalda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |[email protected] --- Comment #11 from Phil Ringnalda <[email protected]> --- I'll be the mean one, then, in case it gets missed in QA. >+ ?branchlimit=[% Branches.GetLoggedInBranchcode | html %] When you are filtering a URL parameter, you want the filter "uri" rather than "html." There's nothing (other than our possible sloppiness elsewhere) stopping someone from having a branchcode us+them which when passed through the uri filter is us%2Bthem and it works, but when passed through the html filter stays us+them which in a URL is us them and that branch with a space in its branchcode wouldn't have any holds in its queue. -- 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/
