The warning actually contains a typo: [2024/05/04 18:07:29] [WARN] get_approval_rows received unreconized argument key 'biblionumber'. at /usr/share/koha/opac/opac-tags.pl line 336. Where does it come from? Apparently by adding a biblionumber to the URL parameters. opac-tags does silently seem to ignore it. Note that you can see the tags on a specific biblionumber on opac-detail. Small fix coming.
Created attachment 166188 [details] [review] Bug 36785: Do not pass biblionumber to get_approval_rows Resolve: [WARN] get_approval_rows received unreconized argument key 'biblionumber'. at /usr/share/koha/opac/opac-tags.pl line 336. Test plan: Visit opac-tags.pl?biblionumber=SOME_NUMBER With this patch, you should no longer find a warning in the logs. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Created attachment 166189 [details] [review] Bug 36785: Typo unreconized and bilbio in tags code Test plan: Look at the patch. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Trivial: Self SO
Created attachment 166755 [details] [review] Bug 36785: Do not pass biblionumber to get_approval_rows Resolve: [WARN] get_approval_rows received unreconized argument key 'biblionumber'. at /usr/share/koha/opac/opac-tags.pl line 336. Test plan: Visit opac-tags.pl?biblionumber=SOME_NUMBER With this patch, you should no longer find a warning in the logs. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Created attachment 166756 [details] [review] Bug 36785: Typo unreconized and bilbio in tags code Test plan: Look at the patch. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Pushed for 24.05! Well done everyone, thank you!
Pushed to 23.11.x for 23.11.06
Does this need to be backported to 23.05.x?