Bugzilla – Attachment 137177 Details for
Bug 30903
CSV import of quotes broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30903: Fix UI glitch on the quotes upload view
Bug-30903-Fix-UI-glitch-on-the-quotes-upload-view.patch (text/plain), 1.64 KB, created by
Martin Renvoize (ashimema)
on 2022-07-05 15:03:55 UTC
(
hide
)
Description:
Bug 30903: Fix UI glitch on the quotes upload view
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-07-05 15:03:55 UTC
Size:
1.64 KB
patch
obsolete
>From 092f01ba41e3614904a2f9a65cc6b2502559a27c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Jun 2022 15:57:35 +0200 >Subject: [PATCH] Bug 30903: Fix UI glitch on the quotes upload view > >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >index 5284e0b457..fe5e8d7c6a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >@@ -47,7 +47,6 @@ > <div class="import_errors dialog alert" style="display: none;"></div> > </div> > >- <div id="csv_error" class="alert" style="visibility: hidden;">Something went wrong, check your CSV file.</div> > <div id="instructions"> > <fieldset id="file_uploader_help" class="rows"> > <legend>Instructions</legend> >@@ -240,7 +239,7 @@ > if ( arrData[ arrData.length - 1 ] ) { > arrData[ arrData.length - 1 ].push( strMatchedValue ); > } else { >- $('#csv_error').css( 'visibility' , 'visible' ); >+ $("#messages .import_error").text(_("Something went wrong, check your CSV file.")); > } > } > >-- >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 30903
:
135696
|
135773
|
135774
|
135781
|
135782
|
136336
|
136383
|
136384
|
136437
|
136438
|
136439
|
136702
|
136703
|
136704
|
137176
| 137177 |
137178