Bugzilla – Attachment 117545 Details for
Bug 27737
Tag editor for authority lookup broken in authority editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27737: Tag editor for authority lookup broken in authority editor
Bug-27737-Tag-editor-for-authority-lookup-broken-i.patch (text/plain), 2.13 KB, created by
David Nind
on 2021-03-02 18:24:18 UTC
(
hide
)
Description:
Bug 27737: Tag editor for authority lookup broken in authority editor
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-03-02 18:24:18 UTC
Size:
2.13 KB
patch
obsolete
>From d8cc55e6cedea5ce54d534e1ed9c3bab036198b7 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 2 Mar 2021 17:44:35 +0000 >Subject: [PATCH] Bug 27737: Tag editor for authority lookup broken in > authority editor > >This patch corrects the selector used for targeting the correct fields >during an authority linking operation. > >To test, apply the patch and go to Authorities in the staff client. > > - Create or edit an authority record. > - Switch to tab 5 and if necessary click one of the tag names (e.g. > "SEE ALSO FROM TRACING--PERSONAL NAME") to expand the subfields. > - Click the "..." plugin link next to subfield a ("Personal name" in > this example). > - In the popup window, search for an authority record. > - Click "Choose" next to one of the results. > - The popup window should close and the authority editor should contain > data from the record you chose, including a value in $9 and $a. > - Test with various records to confirm that data in other fields is > copied correctly, for instanct $d, dates associated with a name, $t > title of a work. > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/en/modules/authorities/blinddetail-biblio-search.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt >index e86f46db77..858193e11c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt >@@ -49,7 +49,7 @@ > whichfield = opener.document.getElementById(index_start); > autolinker_dialog = opener.document.getElementById("autolinker_dialog"); > } >- var field_start = whichfield.parentNode.parentNode.parentNode.parentNode; >+ var field_start = whichfield.parentNode.parentNode.parentNode; > > // Sets the good number of form fields for the specified subfield > // Returns false if the cloning failed >-- >2.11.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 27737
:
117544
|
117545
|
117860
|
117862
|
117872
|
117883
|
117884
|
117952
|
118115
|
118116
|
118117
|
118174
|
118179
|
118187
|
118188