https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42343 --- Comment #6 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 197492 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=197492&action=edit Bug 42343: Prevent holds JS error when no holds exist In the holds view, opening a record with no existing holds can leave holdsQueueTable undefined while follow-up code still calls api() on it. This triggers a Firefox console error: Uncaught (in promise) TypeError: can't access property "api", holdsQueueTable is undefined Test plan: 1. Navigate to a title that has no existing holds. 2. Confirm no holdsQueueTable undefined error is logged. 3. Navigate to a title that has existing holds. 4. Confirm the holds queue still loads normally. 5. Confirm hold actions that refresh the queue still work as expected. Sponsored-by: Koha-Suomi Oy Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Jan Kissig <bibliothek@th-wildau.de> -- You are receiving this mail because: You are watching all bug changes.