Bugzilla – Attachment 141309 Details for
Bug 31666
Add job progress bar to stage-marc-import.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31666: (QA follow-up) Add filters
Bug-31666-QA-follow-up-Add-filters.patch (text/plain), 1.89 KB, created by
Martin Renvoize (ashimema)
on 2022-10-04 14:36:27 UTC
(
hide
)
Description:
Bug 31666: (QA follow-up) Add filters
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-04 14:36:27 UTC
Size:
1.89 KB
patch
obsolete
>From 7563ce54c808dd67a5fa38174e97b79737e27cc5 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 4 Oct 2022 14:49:01 +0100 >Subject: [PATCH] Bug 31666: (QA follow-up) Add filters > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/job_progress.inc | 4 ++-- > .../intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/job_progress.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/job_progress.inc >index 8741bab4d0..567d814418 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/job_progress.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/job_progress.inc >@@ -1,5 +1,5 @@ > <div class="progress"> >- <div id="progress-bar-[% job_id %]" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width:100%"> >- <span id="job-percent-[% job_id %]">0</span>% <span id="job-status-[% job_id %]"></span> >+ <div id="progress-bar-[% job_id | html %]" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width:100%"> >+ <span id="job-percent-[% job_id | html %]">0</span>% <span id="job-status-[% job_id | html %]"></span> > </div> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >index c790fd0f1e..495095e82c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt >@@ -426,7 +426,7 @@ > }) > }); > [% IF job_enqueued %] >- updateProgress([% job_id %]); >+ updateProgress([% job_id | html %]); > [% END %] > }); > >-- >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 31666
:
141172
|
141173
|
141174
|
141261
|
141308
|
141309
|
141310
|
141397
|
141398
|
141399