Bugzilla – Attachment 56700 Details for
Bug 17477
Duplicating a subfield yields an empty subfield tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17477 - Duplicating a subfield yields an empty subfield tag
Bug-17477---Duplicating-a-subfield-yields-an-empty.patch (text/plain), 1.42 KB, created by
Héctor Eduardo Castro Avalos
on 2016-10-20 15:02:18 UTC
(
hide
)
Description:
Bug 17477 - Duplicating a subfield yields an empty subfield tag
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-10-20 15:02:18 UTC
Size:
1.42 KB
patch
obsolete
>From 4a8b8eec41edada4bafdfbc6dd19e5102da3ba00 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Thu, 20 Oct 2016 08:57:46 -0600 >Subject: [PATCH] Bug 17477 - Duplicating a subfield yields an empty subfield > tag > >The problem only when clone a textareas in 5XX > >Steps to reproduce error: >- On the cataloging screen (basic screen), create a new record >- Go to the 5xx fields >- Put something on the 521$a subfield or other textareas (e.g. 520$u or > 583$x) >- Clone the subfield >=> FAIL: The subfield correctly doesn't include the original data, >BUT it doesn't have the subtield tag either. > >- Apply patch >- Clean cache browser and reload page >- Repeat steps above >- Verify that works as expected >--- > koha-tmpl/intranet-tmpl/prog/js/cataloging.js | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/cataloging.js b/koha-tmpl/intranet-tmpl/prog/js/cataloging.js >index 6f55930..ee03961 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/cataloging.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/cataloging.js >@@ -288,6 +288,7 @@ function CloneSubfield(index, advancedMARCEditor){ > id_input = textareas[i].getAttribute('id')+new_key; > textareas[i].setAttribute('id',textareas[i].getAttribute('id')+new_key); > textareas[i].setAttribute('name',textareas[i].getAttribute('name')+new_key); >+ linkid = id_input; > } > > // Handle click event on buttonDot for plugin >-- >1.7.10.4
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 17477
:
56697
|
56700
|
56704
|
56722