Bugzilla – Attachment 100887 Details for
Bug 23236
Remove 'its items may still be processed' in action if no match is found
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23236: Remove 'its items may still be processed' in action if no match is found
Bug-23236-Remove-its-items-may-still-be-processed-.patch (text/plain), 2.09 KB, created by
Jonathan Druart
on 2020-03-17 11:19:12 UTC
(
hide
)
Description:
Bug 23236: Remove 'its items may still be processed' in action if no match is found
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-17 11:19:12 UTC
Size:
2.09 KB
patch
obsolete
>From e8a98ebb2489ce6bc0dcbd712a20f59e83be0b87 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 12 Feb 2020 14:32:01 -0500 >Subject: [PATCH] Bug 23236: Remove 'its items may still be processed' in > action if no match is found > >When importing records and looking for duplicate records using record matching rules, >there is an option if NO match is found to "ignore incoming record (its items may >still be processed)". This doesn't make any sense. Where would the items go if there >is no match? > >To test: >1) Go to Tools > Stage MARC for import >2) Browse and choose a file with at least one record that is not already in your >catalog and click on Upload file >3) Fill out the first section with the appropriate information >4) In the Look for existing records in catalog? section, choose a record matching >rule >5) In the Action if no match is found drop-down menu, choose Ignore incoming record >(its items may still be processed) >6) Click on Stage for import >7) Click on Manage staged records >8) Click Import this batch in the catalog >9) In the table, the record status should say Ignore >10) Apply patch >11) Redo steps 1-9, notice the option Ignore incoming records does not mention items >12) Make sure the tool still works and still ignores the record > >Signed-off-by: Devinim <kohadevinim@devinim.com.tr> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../intranet-tmpl/prog/en/includes/tools-nomatch-action.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-nomatch-action.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-nomatch-action.inc >index 0d01b425d5..8003bb75ff 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-nomatch-action.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-nomatch-action.inc >@@ -10,5 +10,5 @@ > [% ELSE %] > <option value="ignore"> > [% END %] >- Ignore incoming record (its items may still be processed)</option> >+ Ignore incoming record</option> > </select> >-- >2.20.1
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 23236
:
98774
|
98776
|
100682
| 100887