Skip to content

Commit

Permalink
Merge branch 'release-10.1' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jan 28, 2025
2 parents 7be5c38 + defa0d0 commit 83e0e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap5/js/check_item_statuses.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ VuFind.register('itemStatuses', function ItemStatuses() {

// queue the element into the queue
let payload = { el, id: hiddenIdEl.value };
if (VuFind.config.get('item-status:load-batch-wise', true)) {
if (VuFind.isPrinting() || VuFind.config.get('item-status:load-batch-wise', true)) {
_checkItemHandlers[handlerName].add(payload);
} else {
let runFunc = getItemStatusPromise({handlerName: handlerName});
Expand Down

0 comments on commit 83e0e2f

Please sign in to comment.