https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37403

Roman Dolny <roman.do...@jezuici.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #169509|0                           |1
        is obsolete|                            |

--- Comment #2 from Roman Dolny <roman.do...@jezuici.pl> ---
Created attachment 169519
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169519&action=edit
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.do...@jezuici.pl>

qa script:
Commit title does not start with 'Bug XXXXX: ' - d1bebb34d7

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to