]> git.koha-community.org Git - koha.git/commit
Bug 37536: Update conditional to check for 'cud-saveitem'
authorBrendan Lawlor <blawlor@clamsnet.org>
Wed, 31 Jul 2024 13:46:22 +0000 (13:46 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 9 Oct 2024 21:52:14 +0000 (21:52 +0000)
commitf08d422225da2964f73b57b35e1d54b36bc10549
tree5ea46f0eeaaa6e7e6075c9aeb0afe644e614f80f
parentefd54c2bd6b04f5a282054ca811d830e5b84c75b
Bug 37536: Update conditional to check for 'cud-saveitem'

In additem.pl and additem.tt all instances of 'saveitem' have been updated to 'cud-saveitem'
The javascript needs to be updated in the same way.

Test plan:
- Make sure acqcreateitem is set to "when placing an order"
- Create a basket with some orders
- Close the basket
- Go to your vendor and receive an order
- On the receive page, try to edit your item
=> Without the patch, the pop up page will open and then close, not allowing the item to be edited.
=> With this patch applied you will see the item edit form. Save and
confirm that the parent window is updated with the new value (actually
it's refreshed)

QA notes:
1. git grep 'saveitem'
2. Notice all instances in additem.pl and additem.tt have been updated to 'cud-saveitem'
3. Notice cataloging_additem.js checks if op != 'saveitem'
4. Check the files and verify the change makes sense

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit e6b2b342d2ee06bdac05d829a96dc942a2534ebc)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js