[Koha-bugs] [Bug 33639] Adding item to item group from 'Add item' screen doesn't work

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 1 15:00:36 CEST 2023


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
This fixes the problem, but it creates another:

* When enumchron was already filled out, selecting an item group now will
overwrite the entered value and replace it.

I feel like the initial intention here was to avoid this and I think that would
be correct:

 if ( ! $('input.items-enumchron').val() ) {

I think if we keep the check, but change it to checking for the name with . not
-, it might actually work?


 if ( ! $('input[name="items.enumchron"]').val() ) {

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


More information about the Koha-bugs mailing list