14 Oct
2022
14 Oct
'22
11:25 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31775 --- Comment #10 from David Nind <david@davidnind.com> --- Testing notes (using koha-testing-docker). 1. I applied bug 31785 (so can toggle Public to No) (Alternative is to use SQL: update branches set public=0; and then set two libraries back to Yes.) 2. Add some additional information to the OPAC page for a library (for example, Centerville) at Tools > Additional tools > HTML customisations > New entry > select OpacLibraryInfo 3. Check the OPAC page for the library to make sure this is visible: OPAC Home > Libraries > [List of Libraries] > click link for Centerville: - Note that for the list of libraries, each library is linked to an individual page - On the list of libraries page, the information entered in the Libraries Administration area is displayed - Note that for the individual library page it includes the information on the listing page, as well as any info entered in step 2 4. Make all other libraries except Centerville not public: Administration > Basic parameters > Libraries: - Change public to no for all libraries except Centerville (see step 1 for the SQL way to make this change) 5. Visit the OPAC page for the list of libraries: http://127.0.0.1:8080/cgi-bin/koha/opac-library.pl . Note that there is no link to the individual Centerville page . Note that only the basic library information entered in Administration > Basic parameters > Libraries is displayed 6. Apply the patch and refresh the list of libraries page: - Note that Centerville is now linked - On the individual library page for Centerville you now have the basic information and the information from step 2 -- You are receiving this mail because: You are watching all bug changes.