]> git.koha-community.org Git - koha.git/commit
Bug 26336: Disable 'Item processing' dropdown if no item
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 1 Sep 2020 13:47:27 +0000 (15:47 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 7 Dec 2020 08:41:42 +0000 (09:41 +0100)
commit6ed7950630e4b0ca9d4629a726ee1b3909254cad
treeb0b2d6937de684339edc5e9a908b9e4b74c3d2ab
parent7e4bab26ca65b28df39cdf7d480b9f4c5e9e3e53
Bug 26336: Disable 'Item processing' dropdown if no item

If there is no item to process and they have been ignored during the
stage step, we should not let the user modify the dropdown value

Test plan:
0 - Check the count of import_items
    SELECT COUNT(*) FROM import_items;
1 - Import a marc file with items , process the items
2 - Check the count of import items, it has increased
3 - Stage the file again, do not process items
4 - Count of import_items has not increased
5 - Manage the stage batch
Confirm that you cannot modify the "Item processing" value

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit cee2e630b4e26ebfaef6cf3f41a79df3cf697b01)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc