Summary: | Expanding/collapsing cloned fields in editor takes original field | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Cataloging | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, colin.campbell, koha.sekjal |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Patch |
Description
Marcel de Rooy
2011-02-10 10:38:34 UTC
Created attachment 3120 [details] [review] Patch Additional observation: the removed code did no longer work, because the ? link was added recently to the marc loc page. This url in the cloned fields now does the expanding and collapsing of the right field. This behavior comes from just adjusting the onclick of the first link in the array and not testing it (in the old code). The new code tests the class of the link, restoring the correct behavior of both links. Pushed, please test and mark resolved |