Bugzilla – Attachment 159421 Details for
Bug 35441
Typo 'UniqueItemsFields' system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35441: Fix typo 'UniqueItemsFields' system preference
Bug-35441-Fix-typo-UniqueItemsFields-system-prefer.patch (text/plain), 1.99 KB, created by
Lucas Gass (lukeg)
on 2023-11-30 21:26:00 UTC
(
hide
)
Description:
Bug 35441: Fix typo 'UniqueItemsFields' system preference
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-11-30 21:26:00 UTC
Size:
1.99 KB
patch
obsolete
>From 24c6de58129af6f738afdf9ad1ba83cdbe510bd1 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 29 Nov 2023 09:13:38 -1000 >Subject: [PATCH] Bug 35441: Fix typo 'UniqueItemsFields' system preference > >Typo in message : >NOTE: Fields listed in the 'UniqueItemsFields' system preference will not be copied > >The preference is Item without 's' : 'UniqueItemFields' > >Test plan : >1) Check system preference 'UniqueItemFields' contains values >2) Go to acquisition to create a new order from new record >3) Check the note you see with the system preference > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/js/additem.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/additem.js b/koha-tmpl/intranet-tmpl/prog/js/additem.js >index b3045c656e5..c1191ab5f08 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/additem.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/additem.js >@@ -198,7 +198,7 @@ function cloneItemBlock(index, unique_item_fields, callback) { > buttonPlus += '<span id="add_multiple_copies" style="display:none">' > + '<input type="text" inputmode="numeric" pattern="[0-9]*" class="addItemControl" id="multiValue" name="multiValue" placeholder="' + __("Number of items to add") + '" />' > + '<input type="button" class="addItemControl" name="buttonAddMulti" style="cursor:pointer; margin:0 1em;" onclick="checkCount( this ,\'' + unique_item_fields + '\')" value="' + __("Add") + '" />' >- + '<div class="dialog message">' + __("NOTE: Fields listed in the 'UniqueItemsFields' system preference will not be copied") + '</div>' >+ + '<div class="dialog message">' + __("NOTE: Fields listed in the 'UniqueItemFields' system preference will not be copied") + '</div>' > + '</span>'; > buttonPlus += "</fieldset>"; > $(clone).append(buttonPlus); >-- >2.30.2
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 35441
:
159366
|
159372
| 159421