Bugzilla – Attachment 86039 Details for
Bug 19417
Improve display of errors from background job during stage for import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19417 - Make error just a wee more human
Bug-19417---Make-error-just-a-wee-more-human.patch (text/plain), 1.42 KB, created by
Liz Rea
on 2019-03-04 20:40:10 UTC
(
hide
)
Description:
Bug 19417 - Make error just a wee more human
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2019-03-04 20:40:10 UTC
Size:
1.42 KB
patch
obsolete
>From b018dd3c5b3770c00fd7e670e19c795c12de864b Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >Date: Mon, 4 Mar 2019 20:15:04 +0000 >Subject: [PATCH] Bug 19417 - Make error just a wee more human > >Small follow up to make the text explicitly say "Import of records >failed" instead of "Failed to submit form" > >Users don't even know that they're submitting a form, what they think >they're doing is uploading records. Let's use their words instead of >developer words. >--- > koha-tmpl/intranet-tmpl/prog/js/background-job-progressbar.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/background-job-progressbar.js b/koha-tmpl/intranet-tmpl/prog/js/background-job-progressbar.js >index 66dac87283..df40e13e80 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/background-job-progressbar.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/background-job-progressbar.js >@@ -69,7 +69,7 @@ function submitBackgroundJob(f) { > backgroundJobProgressTimer = setInterval("updateJobProgress()", 500); > }, > error: function(xml, textStatus) { >- humanMsg.displayMsg( '<p>' + _('Failed to submit form: ') + textStatus + '</p></br>'+xml.responseText, { className: 'humanError' } ); >+ humanMsg.displayMsg( '<p>' + _('Import of record(s) failed: ') + textStatus + '</p></br>'+xml.responseText, { className: 'humanError' } ); > } > > }); >-- >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 19417
:
67648
|
85353
|
85367
|
86033
|
86037
|
86038
|
86039
|
86042
|
86528
|
86529
|
86530