]> git.koha-community.org Git - koha.git/commit
Bug 36217: Fix background jobs page's include_last_hour filter
authorJohanna Räisä <johanna.raisa@gmail.com>
Tue, 25 Apr 2023 10:00:24 +0000 (13:00 +0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 9 Aug 2024 15:36:19 +0000 (17:36 +0200)
commitf5c839348091d129bb7100af2c9e64e486d0ea1d
treef669ff4e50ef560689150b199231f8eed6199213
parent1bc9d18dd61a7475009a2f542c81c0dcd0b1e5da
Bug 36217: Fix background jobs page's include_last_hour filter

Test plan:
1) Create a background job
2) Go to the background jobs page
3) See your job listed
4) Unselect "include_last_hour" from the filter
5) Verify that the job is not listed
6) Apply the patch
7) perl build-resources.PL
8) Repeat steps 1-3
9) Verify that the job is now listed
10) prove t/db_dependent/Koha/BackgroundJobs.t
11) Verify that the tests pass

Sponsored-by: Koha-Suomi Oy
Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/BackgroundJobs.pm
Koha/REST/V1/BackgroundJobs.pm
api/v1/swagger/paths/jobs.yaml
koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt
t/db_dependent/Koha/BackgroundJobs.t