[Koha-bugs] [Bug 28445] Use the task queue for the batch delete and update items tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 13 17:56:58 CEST 2021


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #53 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Jonathan Druart from comment #48)
> (In reply to Nick Clemens from comment #47)
> > (In reply to Jonathan Druart from comment #38)
> > > (In reply to Nick Clemens from comment #35)
> > > > On additem.pl attempting to edit a repeated field only adds the value from
> > > > the first field to all the repeated attempts, this is true on master as well
> > > 
> > > I don't understand. Can you detail please?
> > > I made 952$u repeatable and I can create several subfields, edit, save. And
> > > it is working as I expect.
> > 
> > I added new subfield "A" - the values repeat
> > On master I also made "o" repeatable and had same issue
> > With these patches "o" worked fine, "A" always repeated first value and
> > during batch mod when I used the "A" field with two values a single record
> > was often skipped (18 of 19 items updated), or all 19 would be updated, but
> > 18 would repeat first value and the 19th would get the second
> > Something is weird there 
> 
> I do recreate, but it's the expected behaviour I think.
> If you have "A" defined for the default framework, but not for BK, then the
> items using BK won't have the values added to "A".

The problem was when using the background job then the cataloguing edit form.
There was a mismatch with the separator for repeatable subfields.

It's fixed now, but I am wondering if split/join on ' | ' instead of '|' is
correct.

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


More information about the Koha-bugs mailing list