]> git.koha-community.org Git - koha.git/commit
Bug 35725: Fix 'Create' button enabled/disabled
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Mon, 8 Jan 2024 16:56:06 +0000 (16:56 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 31 Oct 2024 10:32:56 +0000 (11:32 +0100)
commit64134dce3cea4a87e7ecf72273ef0c25959ab524
treee993ab6a3c0c6ce277a99c8f208617b7a386177c
parent67733589a917fda8b6c926b11a830a4dda6c0364
Bug 35725: Fix 'Create' button enabled/disabled

The previous patch fixed what it stated, but uncovered a new issue:
If you input a cardnumber + a branchcode and then change type, the 'Create' button becomes disabled
This happens because the trigger for it is on change only, the current patch updates this to also happen
on DOMContentLoaded.

Test plan:
1) Apply previous patch
2) Do steps from previous patch plan up to and including step 5)
3) Click 'Create'. Notice it doesn't submit (nothing happens).
4) Apply this patch and do a hard reload (clearing browser js cache)
5) Repeat steps 1) to 3). Notice it now submits correctly.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/ILL/Backend/intra-includes/create.inc