Bugzilla – Attachment 136438 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.53 KB, created by
Fridolin Somers
on 2022-06-23 08:53:55 UTC
(
hide
)
Description:
Bug 30903: Fix UI glitch on the quotes upload view
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-06-23 08:53:55 UTC
Size:
1.53 KB
patch
obsolete
>From b5000ec14ff2a842e056c6a6c4d3d89094810640 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> >--- > 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.35.3
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