Koha/koha-tmpl/intranet-tmpl/prog/js
Hector Castro fbe75e66cc 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

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-10-21 14:12:22 +00:00
..
pages Bug 14060: Force the input to contain a valid date 2016-09-08 12:04:20 +00:00
acq.js
additem.js Bug 14752 - (QA followup) Remove annoying modal, use dialog box instead 2016-09-13 17:21:05 +00:00
ajax.js
audio_alerts.js
automatic_item_modification_by_age.js
background-job-progressbar.js
basket.js
basketgroup.js
biblio_framework.js Bug 17011 - Remove "onblur" event attribute from some templates 2016-09-09 12:55:41 +00:00
cart.js
cataloging.js Bug 17477: Duplicating a subfield yields an empty subfield tag 2016-10-21 14:12:22 +00:00
checkouts.js Bug 15975 - Add Owning Library Column to Checkouts 2016-09-25 15:41:36 +00:00
datatables.js
file-upload.js
holds.js Bug 8030 - (QA Folllowup) Use Koha::Libraries 2016-09-12 08:47:46 +00:00
item_search_fields.js
localcovers.js
marc_modification_templates.js
marc_subfields_structure.js
members.js
merge-record.js
offlinecirc.js
prevent_submit.js
sms_providers.js Bug 17012 - Remove more event attributes from administration templates 2016-09-09 13:29:52 +00:00
staff-global.js
xmlControlfield.js
z3950_search.js