[Koha-bugs] [Bug 21774] Cloned item subfields disappear when editing an item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 21 14:53:14 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21774

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomascohen at gmail.com

--- Comment #24 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Nick Clemens from comment #22)
> (In reply to Marcel de Rooy from comment #21)
> > Thx Tomas
> 
> I just want to make sure this is expected behvaiour:
> 1 - Make an item field repeatable
> 2 - Edit item, repeat a field
> 3 - Save the item
> 4 - The repeated field is stored as "VALUEA | VALUEB"
> 5 - Edit the item
> 6 - Field is loaded as a single pipe delimited field
> 
> I worry about the use of pipe in regards to SIP, but can push if this is
> confirmed as working as expected and it is restoring previous behvaiour

The bug this is fixing is that in master, the values are stored as
pipe-separated values, but on the way back for rendering they are lost, and
then data is lost.

I also noticed that when the item subfields are repeatable they are displayed
as pipe-separated codes, and the patch also makes them show the descriptions
instead (as happens with single values).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list