https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |phil@chetcolibrary.org --- Comment #11 from Phil Ringnalda <phil@chetcolibrary.org> --- 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.