Summary: | Don't show import records table when cleaning a batch | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Tools | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | andrew, barbara.johnson, caroline.cyr-la-rose, fridolin.somers, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
21.05.00,20.11.03,20.05.09,19.11.15
|
Circulation function: | |
Attachments: |
Bug 27576: Don't show import recordds table after cleaning a batch
Bug 27576: Don't show import recordds table after cleaning a batch Bug 27576: Don't show import recordds table after cleaning a batch |
Description
Nick Clemens (kidclamp)
2021-01-29 11:08:31 UTC
Created attachment 116019 [details] [review] Bug 27576: Don't show import recordds table after cleaning a batch Currently if you clean a batch from the manage marc records page, the import records table appears with no items at the bottom of the screen This is because we test for import_batch_id, we should also make sure we didn't just clean a batch To recreate: 1 - Stage a batch for import 2 - Go to 'Manage staged records' 3 - 'Clean' the batch you just imported 4 - Note the empty table that appears at the bottom of the page 5 - Apply patch 6 - Repeat 1-3 7 - Note the table no longer appears Created attachment 116067 [details] [review] Bug 27576: Don't show import recordds table after cleaning a batch Currently if you clean a batch from the manage marc records page, the import records table appears with no items at the bottom of the screen This is because we test for import_batch_id, we should also make sure we didn't just clean a batch To recreate: 1 - Stage a batch for import 2 - Go to 'Manage staged records' 3 - 'Clean' the batch you just imported 4 - Note the empty table that appears at the bottom of the page 5 - Apply patch 6 - Repeat 1-3 7 - Note the table no longer appears Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Created attachment 116096 [details] [review] Bug 27576: Don't show import recordds table after cleaning a batch Currently if you clean a batch from the manage marc records page, the import records table appears with no items at the bottom of the screen This is because we test for import_batch_id, we should also make sure we didn't just clean a batch To recreate: 1 - Stage a batch for import 2 - Go to 'Manage staged records' 3 - 'Clean' the batch you just imported 4 - Note the empty table that appears at the bottom of the page 5 - Apply patch 6 - Repeat 1-3 7 - Note the table no longer appears Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 21.05, thanks to everybody involved! Pushed to 20.11.x for 20.11.03 Pushed to 20.05.x for 20.05.09 Backported: Pushed to 19.11.x branch for 19.11.15 |