[Koha-bugs] [Bug 19261] never hide biblionumber field in view policy

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 23 06:14:27 CEST 2020


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

--- Comment #15 from David Cook <dcook at prosentient.com.au> ---
I can confirm this patch works using the following test plan:

Test plan:
0a) Use koha-testing-docker
0b) Do not apply patch
1) Hide 999$c in "Books, Booklets, Workbooks" framework
2) Search for "local-number:29 or local-number:30)
3) Note the search results include links like the following:
http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=&searchid=scs_1595477248050
http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=&searchid=scs_1595477248050
4) Apply the patch
5) restart_all
6) Search for "local-number:29 or local-number:30)
7) Note the search results include links like the following:
http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=29&searchid=scs_1595477625746
http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=30&searchid=scs_1595477625746

Cheers, Frido for writing the original patch almost 3 years ago! It's still
good!

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


More information about the Koha-bugs mailing list