https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27734
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #29 from David Nind <[email protected]> --- I've signed off, but have some feedback: 1. System preference description: - "..opac.." should be OPAC - for the option "an explanatory page ('This record is blocked').", the title of the page generated is "Record blocked", so the option for the system preference should match. - for "..redirect page for suppressed bibliographic records...", I think that should be "..hidden..", as this is what we use in the sentence above and in the system preference name 2. With the "explanatory page" option, I found it odd that the title and message are hard-coded. That is, we are adding a way to add a custom page for the 404, but then are hard-coding a What is displayed if the "explanatory page" option is selected: Record blocked You are not authorized to view this record. [Then anything in OpacHiddenRecordMessage] Testing notes (using KTD): 1. To reproduce the issue: 1.1 Place a hold on a record for a patron (I used Programming Perl, 262) 1.2 Log in to the OPAC as that patron and go to Your account > Your summary > Holds 1.3 Click on the link to the item on hold. Success! You can see the record. 1.4 For OpacHiddenItems, add: biblionumber: [262] 1.5 Repeat step 1.3 1.6 You get the "An error has occurred page": Sorry, the requested page is not available Error 404 2. Apply the patch 3. Update the database: updatedatabase 4. Restart everything: restart_all 5. For step 2 of the test plab: I used an existing record, CGI programming with Perl (11), which has one item 6. For step 3: OpacHiddenRecordRedirect is on by default (set to 'Hide') 7. For step 5: OpacHiddenItems - biblionumber: [11] -- 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/
