In the template opac-authoritiessearchresultlist are dinamic written link with 5xx heading. But in the link is used a wrong 'valuec' parameter instead of 'value'. It is present in prog and in / bootstrap template opac-authoritiessearchresultlist.tt In prog it is at line 62 In bootstrap it is at line 88
Created attachment 22613 [details] [review] Changes for opac-authoritiessearchresultlist templates Patch for prog and bootstrap
Test plan: 1)Insert an authority record with a 5xx field (on MARC21 or UNIMARC) 2)Index the record 3)Seek the record 4)Clik one of the link build from the 5xx field, the link doesn't work 5)Apply the patch 6)Close the browser 7)Open the opac and select the english interface 8)Redo the search 9)Now the link works 10)To use the patch in others languages you need to regenerate the templates. After test the 'prog' templates you need to test it with to 'bootstrap' templates but it is not clear for me how to do, ask on koha-dev mailing list.
Created attachment 23136 [details] [review] BUG 11174 wrong parameter 'valuec' In the templates opac-authoritiessearchresultlist of prog and bootstrap the wrong value 'valuec' is changed with 'value' Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Tested with bootstrap.
Created attachment 23510 [details] [review] BUG 11174 wrong paramter 'valuec' In the templates opac-authoritiessearchresultlist of prog and bootstrap the wrong value 'valuec' is changed with 'value' Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Tested with bootstrap. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Following commit remove the use to valuec: commit 31f41e2c1db9d8dca82e0249050acb8f906c8164 Bug 8206: Specify index in OPAC authority search
Pushed to master. Thanks, Zeno!
Patch pushed to 3.14.x, will be in 3.14.2
This patch has been pushed to 3.12.x, will be in 3.12.9. Thanks Zeno!