Bugzilla – Attachment 101166 Details for
Bug 24131
Improved formatting for output of updatedatabase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24131: Remove bullet points for secondary descriptions
Bug-24131-Remove-bullet-points-for-secondary-descr.patch (text/plain), 1.59 KB, created by
Kyle M Hall (khall)
on 2020-03-20 14:50:46 UTC
(
hide
)
Description:
Bug 24131: Remove bullet points for secondary descriptions
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-03-20 14:50:46 UTC
Size:
1.59 KB
patch
obsolete
>From 1b81d2d1878771f908782995304ffd0b6d7ed8d4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 11 Mar 2020 12:00:25 +0100 >Subject: [PATCH] Bug 24131: Remove bullet points for secondary descriptions > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/installer/step3.tt | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >index bf8aa925f5..b89d236b16 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >@@ -249,8 +249,13 @@ > [% IF ( has_update_succeeds ) %] > <p>Update report :</p> > <ul> >- [% FOREACH update_repor IN update_report %] >- <li>[% update_repor.line | $raw %]</li> >+ [% FOREACH l IN update_report %] >+ [% SET line = l.line %] >+ [% IF line.match('^Upgrade to') %] >+ <li>[% line | $raw %]</li> >+ [% ELSE %] >+ [% line | $raw %]<br/> >+ [% END %] > [% END %] > </ul> > [% END %] >-- >2.21.1 (Apple Git-122.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 24131
:
98536
|
98537
|
99315
|
99316
|
99317
|
99521
|
99522
|
99523
|
99524
|
100161
|
100162
|
100163
|
100164
|
100464
|
100465
|
100466
|
100467
|
100468
|
100530
|
100531
|
100532
|
100533
|
100534
|
100535
|
100536
|
100538
|
101155
|
101159
|
101160
|
101162
|
101164
| 101166 |
101168
|
101187
|
103001