]> git.koha-community.org Git - koha.git/commit
Bug 37403: Wrong progress quantity in job details
authorHinemoea Viault <hinemoea.viault@inlibro.com>
Wed, 24 Jul 2024 16:35:28 +0000 (12:35 -0400)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 18 Oct 2024 12:26:07 +0000 (14:26 +0200)
commit929e906187eca4454604d6082da5d8abb8a5a8b5
tree4a48067f1fb39368ea3101b3851420ea5ca0a693
parentc18f368411a1525f401739bc0e586ce8e0f7929b
Bug 37403: Wrong progress quantity in job details

In fact the system adds a previous value to the progress. As if the system keeps a previous value and adds the correct count of records in addition.
This patch removes the previously stored value.

To test:
1. Go to Cataloging > Stage records for import
2. Choose a file with bibliographic records and click Upload file
3. In "Look for existing records in catalog?" choose a record matching rule (e.g. ISBN)
4. Click Stage for import
5. Click View detail of the enqueued job
   --> Progress show 2/1
6. Apply the patch
7. Repeat steps 1 to 4
8. Click View detail of the enqueued job
   --> Progress show 1/1

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
qa script:
Commit title does not start with 'Bug XXXXX: ' - d1bebb34d7

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Fixed patch subject line
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/BackgroundJob/StageMARCForImport.pm