Bugzilla – Attachment 167022 Details for
Bug 36921
Incorrect error description on local title import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36921: Fix error description on KBART file import
Bug-36921-Fix-error-description-on-KBART-file-impo.patch (text/plain), 1.32 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-05-22 11:34:24 UTC
(
hide
)
Description:
Bug 36921: Fix error description on KBART file import
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-05-22 11:34:24 UTC
Size:
1.32 KB
patch
obsolete
>From 25692632785e14c7a09a8a8a921508fd021db5f1 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 22 May 2024 08:33:57 -0300 >Subject: [PATCH] Bug 36921: Fix error description on KBART file import > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .../js/vue/components/ERM/EHoldingsLocalTitlesKBARTImport.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesKBARTImport.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesKBARTImport.vue >index 22b275da86b..a19c6c7ce77 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesKBARTImport.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitlesKBARTImport.vue >@@ -174,7 +174,7 @@ export default { > } > if (success.invalid_filetype) { > message += `<p>${this.$__( >- "The file must be in .tsv or .csv format, please convert your file and try again." >+ "The file extension must be either .tsv or .csv, depending on the file format. No other extensions are accepted." > )}</p>` > setWarning(message) > } >-- >2.45.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 36921
: 167022