Bug 5244 - Subfield cloning broken
Summary: Subfield cloning broken
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: 3.4
Hardware: All All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-23 15:30 UTC by Fridolin Somers
Modified: 2011-10-26 17:18 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fridolin Somers 2010-09-23 15:30:53 UTC
Since Bug 4868 implementation, subfields subfield cloning and uncloning is broken : uncloning generates a javascript error and cloning always clones the first subfield. Also, there are more errors with a cloned field.

I think it comes from 2 points : 
 - <a> replaced <span>
 - class="buttonPlus" and class="buttonMinus" disappeared

One must check the javascript of addbiblio.tmpl and authorities.tmpl.
Comment 1 Owen Leonard 2011-10-25 16:03:52 UTC
This works for me in current master. Please re-open if you find otherwise.