Found during testing of Bug 28307: > But I get the following error when > clicking on the RSS feed for a search results page: > Template process failed: file error - biblio_a_href: not found at > /kohadevbox/koha/C4/Templates.pm line 127
Created attachment 143297 [details] [review] Bug 32114: Add missing html_helpers.inc This patch makes a minor modification to the OPAC search results RSS template so that an error isn't triggered. The html_helpers include was missing. To test, apply the patch and perform a catalog search in the OPAC which will return results. At the end of the "Your search results" heading you should see an orange RSS icon. Clicking on it should take you to an RSS feed instead of an error page.
Created attachment 143298 [details] [review] Bug 32114: Add missing html_helpers.inc This patch makes a minor modification to the OPAC search results RSS template so that an error isn't triggered. The html_helpers include was missing. To test, apply the patch and perform a catalog search in the OPAC which will return results. At the end of the "Your search results" heading you should see an orange RSS icon. Clicking on it should take you to an RSS feed instead of an error page. Signed-off-by: David Nind <david@davidnind.com>
Created attachment 143495 [details] [review] Bug 32114: Add missing html_helpers.inc This patch makes a minor modification to the OPAC search results RSS template so that an error isn't triggered. The html_helpers include was missing. To test, apply the patch and perform a catalog search in the OPAC which will return results. At the end of the "Your search results" heading you should see an orange RSS icon. Clicking on it should take you to an RSS feed instead of an error page. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 22.11. Nice work everyone, thanks!
Backported to 22.05.x for upcoming 22.05.08
This has been backported to 21.11.x too. But it is actually not needed there. It does not use BLOCK biblio_a_href.
Not backported to 21.05.x