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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 4 Dec 2020 14:40:58 +0000 (15:40 +0100)
commitcee2e630b4e26ebfaef6cf3f41a79df3cf697b01
treed0c99aced0b3ac4e70041d577991729e12c0e031
parent01a7dc70670801fab021ba7e4f782542c744bbee
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>
koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc