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

Pedro Amorim <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #175689|0                           |1
        is obsolete|                            |

--- Comment #13 from Pedro Amorim <[email protected]> ---
Created attachment 177125
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177125&action=edit
Bug 38528: [ALTERNATIVE] Update empty field value logic

prepare_cgi_additional_field_values needs to consider a field value as empty,
because a MARC get field will always be submitted empty, and then picked up and
handled by set_additional_fields accordingly.
But because we don't want to polute the database with tons of empty additional
fields if many empty repeatable fields were submitted in the UI, the check for
empty value still happens, but only after the MARC get check has happen, not
before.

Signed-off-by: Baptiste <[email protected]>
Signed-off-by: Pedro Amorim <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to