25 Jul
2024
25 Jul
'24
7:16 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35044 --- Comment #94 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Created attachment 169607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169607&action=edit Bug 35044: (QA follow-up): Add removal of empty value entries in additional_field_values to atomicupdate To test: 1) Follow any of the above test plans to add some additional_field_values entries 2) Run the following SQL: update additional_field_values set value = ''; 3) Run updatedatabase twice. Notice the first time it tells you how many entries were removed. The 2nd time it does nothing. -- You are receiving this mail because: You are watching all bug changes.