Bugzilla – Attachment 116019 Details for
Bug 27576
Don't show import records table when cleaning a batch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27576: Don't show import recordds table after cleaning a batch
Bug-27576-Dont-show-import-recordds-table-after-cl.patch (text/plain), 1.51 KB, created by
Nick Clemens (kidclamp)
on 2021-01-29 11:10:35 UTC
(
hide
)
Description:
Bug 27576: Don't show import recordds table after cleaning a batch
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-01-29 11:10:35 UTC
Size:
1.51 KB
patch
obsolete
>From dcd3417ebd5f28d04a9e41f590dd2bc6ec712479 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 29 Jan 2021 11:06:34 +0000 >Subject: [PATCH] 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 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >index 824354064a..9d0f3723be 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt >@@ -392,7 +392,7 @@ > [% END %] > [% END # /IF batch_lis %] > >- [% IF import_batch_id %] >+ [% IF import_batch_id && !did_clean %] > <table id="records-table"> > <thead> > <tr> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27576
:
116019
|
116067
|
116096