Bug 4263 - repeatable subfields in items
Summary: repeatable subfields in items
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: unspecified
Hardware: PC All
: PATCH-Sent (DO NOT USE) critical (vote)
Assignee: Henri-Damien LAURENT
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks: 5574
  Show dependency treegraph
 
Reported: 2010-02-25 01:53 UTC by Nahuel Angelinetti
Modified: 2019-06-27 09:24 UTC (History)
3 users (show)

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


Attachments
Fix for bug 4263 (29.36 KB, patch)
2011-02-02 23:20 UTC, Chris Cormack
Details | Diff | Splinter Review
Patch to restore sort order (899 bytes, patch)
2011-02-10 16:54 UTC, Colin Campbell
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Cormack 2010-05-21 01:25:06 UTC


---- Reported by nahuel.angelinetti@biblibre.com 2010-02-25 13:53:58 ----

Repeatable subfields in items have a problem, it concatenate all in one subfield separated with pipes, instead of create REAL subfields.
Then, edit items that have repeated subfields are not managed correctly, they "disappear".



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:25 UTC  ---

This bug was previously known as _bug_ 4263 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4263

Actual time not defined. Setting to 0.0
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Chris Cormack 2011-02-02 23:20:13 UTC
Created attachment 3054 [details] [review]
Fix for bug 4263
Comment 2 Chris Cormack 2011-02-03 03:35:23 UTC
Signed off by Chris N, pushed please test
Comment 3 Nicole C. Engard 2011-02-08 02:39:54 UTC
The patch for this bug breaks the sorting of the subfields on the add/edit items form.
Comment 4 Colin Campbell 2011-02-09 16:39:35 UTC
As Nicole points out definitely causes the dispaly sorting to break.

What repeatable subfields are we expecting in items?
Comment 5 Colin Campbell 2011-02-10 16:54:27 UTC
Created attachment 3123 [details] [review]
Patch to restore sort order

Restore the broken order of item fields
Comment 6 Nicole C. Engard 2011-02-10 20:17:47 UTC
Signed off on follow up.
Comment 7 Chris Cormack 2011-02-13 20:17:23 UTC
Follow up patches pushed, please test