Summary: | Wrong progress quantity in job details when staging records with match check | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Cataloging | Assignee: | Hinemoea Viault <hinemoea.viault> |
Status: | Pushed to main --- | QA Contact: | Chris Cormack <chris> |
Severity: | minor | ||
Priority: | P5 - low | CC: | m.de.rooy, martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.11.00
|
|
Circulation function: | |||
Attachments: |
Bug 37403 : Wrong progress quantity in job details
Bug 37403 : Wrong progress quantity in job details Bug 37403: Wrong progress quantity in job details |
Description
Caroline Cyr La Rose
2024-07-18 13:36:19 UTC
Created attachment 169509 [details] [review] 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 Created attachment 169519 [details] [review] 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 Created attachment 172939 [details] [review] 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 Pushed for 24.11! Well done everyone, thank you! |