[Koha-bugs] [Bug 33817] Composition of an item bundle can be changed if checked out

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 17 03:13:12 CEST 2023


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

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |victor at tuxayo.net

--- Comment #9 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
Found this when testing for server side enforcement:

0. apply patches
1. have a bundle
2. have it's page opened and it's manage bundle menu too
3. in another tab, check the bundle out 😈
4. back to the 1st tab, try to add another item to the bundle
5. error: "Failure: Item 'BARCODE' belongs to another bundle"
   this is false!
   note: API response: 409 and error bundle_checked_out, nothing wrong here it
seems
6. try to remove an item
7. nothing happens, which is okay
8. API response: 501 not implemented, error: No response rule for "409"

Is the wrong message UI at step 5 a big deal?
Same question for API response at step 8.

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


More information about the Koha-bugs mailing list