Bugzilla – Attachment 100536 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.52 KB, created by
Jonathan Druart
on 2020-03-11 11:05:46 UTC
(
hide
)
Description:
Bug 24131: Remove bullet points for secondary descriptions
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-03-11 11:05:46 UTC
Size:
1.52 KB
patch
obsolete
>From 5eae325d83fed2a0de17c102055315e65216d8c9 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> >--- > .../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 9fe689ae62..0e08972823 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >@@ -243,8 +243,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.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 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