Bugzilla – Attachment 166189 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.08 KB, created by
Marcel de Rooy
on 2024-05-06 09:16:47 UTC
(
hide
)
Description:
Bug 36785: Typo unreconized and bilbio in tags code
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-05-06 09:16:47 UTC
Size:
2.08 KB
patch
obsolete
>From f56e7fbe868483a543dcd90b55b934150b369aa0 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 >Content-Type: text/plain; charset=utf-8 > >Test plan: >Look at the patch. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 7f94da4d0e..eedd000318 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 2c2fcfcdd8..fb10be5029 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.30.2
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