Bug 39847 - RealTimeQueue background job doesn't show message in staff interface
Summary: RealTimeQueue background job doesn't show message in staff interface
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-06 20:35 UTC by Lisette Scheer
Modified: 2025-05-06 20:35 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Current Detailed Message on Hold Queue Update (29.78 KB, image/png)
2025-05-06 20:35 UTC, Lisette Scheer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lisette Scheer 2025-05-06 20:35:17 UTC
Created attachment 181995 [details]
Current Detailed Message on Hold Queue Update

Koha/BackgroundJob/BatchUpdateBiblioHoldsQueue.pm
Gives us a message of what biblio ids were updated:
  data: {"messages":[{"biblio_id":6,"type":"success","code":"holds_queue_updated"}],"report":{"total_success":1,"total_biblios":1},"biblio_ids":[6]}

But only a checkbox shows in the detailed message. (See attachment)