25 Jul
2022
25 Jul
'22
2:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31223 --- Comment #4 from Isabel Pineda <isabel.pineda@ds.edu.sv> --- (In reply to Jonathan Druart from comment #3)
Identify the id of the job in the URL and request the DB
select * from background_jobs where id=X
Ok. This is the content that I get in the fields: id: 357 status: new size: 2 borrowernumber: 2 type: batch_item_record_modification queue: default data: {"exclude_from_local_holds_priority":null,"regex_mod":null,"record_ids":["38409","42755"],"new_values":{"itemnotes":"test","dateaccessioned":"2022-07-25"}} The other fields are empty. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.