Bugzilla – Attachment 109445 Details for
Bug 26336
Cannot import items if items ignored when staging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26336: Add hint before and remove select after staging with no items
Bug-26336-Add-hint-before-and-remove-select-after-.patch (text/plain), 2.04 KB, created by
Nick Clemens (kidclamp)
on 2020-09-01 16:37:08 UTC
(
hide
)
Description:
Bug 26336: Add hint before and remove select after staging with no items
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-09-01 16:37:08 UTC
Size:
2.04 KB
patch
obsolete
>From 89c440a3bc7208264fdd82fc4665d5d2afd8716e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 1 Sep 2020 16:36:43 +0000 >Subject: [PATCH] Bug 26336: Add hint before and remove select after staging > with no items > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc | 6 +++--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt | 3 ++- > 2 files changed, 5 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc >index b021b541fe..27fb6dadbd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-item-action.inc >@@ -1,8 +1,7 @@ > [% IF item_action_ignore AND num_items == 0 %] >- <select name="item_action" id="item_action" disabled="disabled"> >+ No items were found during staging > [% ELSE %] > <select name="item_action" id="item_action"> >- [% END %] > [% IF ( item_action_always_add ) %] > <option value="always_add" selected="selected"> > [% ELSE %] >@@ -33,4 +32,5 @@ > <option value="ignore"> > [% END %] > Ignore items</option> >- </select> >+ </select> >+ [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >index 9cffac5386..b08268a955 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >@@ -184,7 +184,8 @@ > </li> > <li class="radio"> > <input type="radio" id="parse_itemsno" name="parse_items" value="0" /> >- <label for="parse_itemsno">No</label> >+ <label for="parse_itemsno">No (If you do not check for items while staging you may not change this option later) >+ </label> > </li> > </ol> > <ol> >-- >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 26336
:
109434
|
109445
|
114052
|
114053
|
114065
|
114066