https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40737 --- Comment #1 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 186017 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186017&action=edit Bug 40737: Fix rendering 'Cronjob' Test plan, k-t-d, before applying patch (requires data provider SUSHI credentials): 1) Enable ERMModule 2) Create a new data provider, visit: <staff_url>/cgi-bin/koha/erm/eusage/usage_data_providers/add 3) Add the required credentials (customer id, requestor id) and at least one report type e.g. TR J1 4) Run the cron, e.g.: $ perl misc/cronjobs/erm_run_harvester.pl --begin-date 2025-05-01 --end-date 2025-06-01 --debug 5) Wait a few seconds (depending on the harvest job). Visit the data provider page: <staff_url>/cgi-bin/koha/erm/eusage/usage_data_providers/1 6) Click on the 'Import logs' tab. Notice the datatable never renders. 7) Apply patch. Run the yarn build command: $ yarn js:build 8) Repeat 5+6. Notice the table renders normally and shows 'Cronjob' for the import logs generated by the cronjob. -- You are receiving this mail because: You are watching all bug changes.