https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42451 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- (In reply to Owen Leonard from comment #1)
(In reply to David Cook from comment #0)
Uncaught TypeError: Cannot read properties of undefined (reading 'backdrop')
This is an error related to Bootstrap modals which should not affect any functionality. It shows up on several staff interface pages.
I'm not sure when this might have gotten broken, but it looks to me like the 'data-bs-toggle="modal"' might be overriding the click handler for "#update_sql_button". Since the button should act as a link which reloads the page I don't think we need the modal toggle action at all.
I didn't have time to dig in as I was working on something else, but thanks for that insight. You're probably right. Happy for you to make the change if you want, or I'll get to it at some point -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.