Bugzilla – Attachment 166756 Details for
Bug 36785
Tagging: Resolve warning about unrecognized biblionumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36785: Typo unreconized and bilbio in tags code
Bug-36785-Typo-unreconized-and-bilbio-in-tags-code.patch (text/plain), 2.11 KB, created by
Martin Renvoize (ashimema)
on 2024-05-15 08:35:44 UTC
(
hide
)
Description:
Bug 36785: Typo unreconized and bilbio in tags code
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-15 08:35:44 UTC
Size:
2.11 KB
patch
obsolete
>From fd457cdf991e693b956ef9fe346fa1a2b74a7af3 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 6 May 2024 09:12:36 +0000 >Subject: [PATCH] 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> >--- > C4/Tags.pm | 6 +++--- > opac/opac-tags.pl | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/C4/Tags.pm b/C4/Tags.pm >index 7f94da4d0ea..eedd000318a 100644 >--- a/C4/Tags.pm >+++ b/C4/Tags.pm >@@ -151,7 +151,7 @@ sub get_tag_rows { > next; > } > unless (1 == scalar grep { $_ eq $key } @ok_fields) { >- carp "get_tag_rows received unreconized argument key '$key'."; >+ carp "get_tag_rows received unrecognized argument key '$key'."; > next; > } > if ($key eq 'limit') { >@@ -189,7 +189,7 @@ sub get_tags { # i.e., from tags_index > next; > } > unless (1 == scalar grep { $_ eq $key } @ok_fields) { >- carp "get_tags received unreconized argument key '$key'."; >+ carp "get_tags received unrecognized argument key '$key'."; > next; > } > if ($key eq 'limit') { >@@ -255,7 +255,7 @@ sub get_approval_rows { # i.e., from tags_approval > next; > } > unless (1 == scalar grep { $_ eq $key } @ok_fields) { >- carp "get_approval_rows received unreconized argument key '$key'."; >+ carp "get_approval_rows received unrecognized argument key '$key'."; > next; > } > if ($key eq 'limit') { >diff --git a/opac/opac-tags.pl b/opac/opac-tags.pl >index 2c2fcfcdd88..fb10be50290 100755 >--- a/opac/opac-tags.pl >+++ b/opac/opac-tags.pl >@@ -79,7 +79,7 @@ sub ajax_auth_cgi { # returns CGI object > return $input; > } > >-# The trick here is to support multiple tags added to multiple bilbios in one POST. >+# The trick here is to support multiple tags added to multiple biblios in one POST. > # The HTML might not use this, but it makes it more web-servicey from the start. > # So the name of param has to have biblionumber built in. > # For lack of anything more compelling, we just use "newtag[biblionumber]" >-- >2.45.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36785
:
166188
|
166189
|
166755
| 166756