https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42980
--- Comment #6 from Pedro Amorim (ammopt) <[email protected]> --- Created attachment 203093 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203093&action=edit Bug 42980: (follow-up) Disable select-all backend bar until all rows finish checking Rows are checked sequentially with real network calls, so the bar could be clicked while later rows were still pending, silently skipping them. Disable the bar while processIdentifiers() is running, re-enable once every row is done. Test plan: 1. yarn cypress run --spec t/cypress/integration/ILL/Batches_spec.ts 2. Stage 2+ identifiers with AutoILLBackendPriority on, confirm the bar stays disabled until all rows finish checking. Co-Authored-By: Claude Sonnet 4.6 <[email protected]> Signed-off-by: Edith Speller <[email protected]> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
