Bugzilla – Attachment 149397 Details for
Bug 33316
Improve display of ES indexer jobs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33316: (QA follow-up) Add link to record, fix typo and heading
Bug-33316-QA-follow-up-Add-link-to-record-fix-typo.patch (text/plain), 1.42 KB, created by
Katrin Fischer
on 2023-04-10 16:44:06 UTC
(
hide
)
Description:
Bug 33316: (QA follow-up) Add link to record, fix typo and heading
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-04-10 16:44:06 UTC
Size:
1.42 KB
patch
obsolete
>From cba7cd3bbda9999cc50e13b23083f9527a860344 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 10 Apr 2023 16:38:14 +0000 >Subject: [PATCH] Bug 33316: (QA follow-up) Add link to record, fix typo and > heading > >* h2 h2 directly following each other make no sense. Changed to h2 h3 >* ids changed to IDs >* Linked the record ID to the catalog entry > Note: We also have this link in the batch record mod job details > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/includes/background_jobs/update_elastic_index.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/update_elastic_index.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/update_elastic_index.inc >index d50f7651c8..0972c19b91 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/update_elastic_index.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/update_elastic_index.inc >@@ -34,10 +34,10 @@ > </div> > [% END %] > [% IF report %] >- <h2> Record ids:</h2> >+ <h3> Record IDs:</h3> > <ul> > [% FOREACH record_id IN report.record_ids %] >- <li>[% record_id | html %]</li> >+ <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% record_id | uri %]">[% record_id | html %]</a></li> > [% END %] > </ul> > [% END %] >-- >2.30.2
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 33316
:
148570
|
148576
|
149394
|
149395
|
149396
|
149397
|
149585
|
149586