Bugzilla – Attachment 89704 Details for
Bug 21626
Add 'current maintenance team' to the 'Koha team' page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21626: (follow-up) Template corrections for arrayref
Bug-21626-follow-up-Template-corrections-for-array.patch (text/plain), 1.66 KB, created by
Martin Renvoize (ashimema)
on 2019-05-13 19:56:06 UTC
(
hide
)
Description:
Bug 21626: (follow-up) Template corrections for arrayref
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-05-13 19:56:06 UTC
Size:
1.66 KB
patch
obsolete
>From ac4ef636de1e45336198cf292123a120fd2b4b56 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 13 May 2019 20:53:05 +0100 >Subject: [PATCH] Bug 21626: (follow-up) Template corrections for arrayref > >--- > .../prog/en/includes/about-team.inc | 18 ++++++++++++++---- > 1 file changed, 14 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc >index 94636470db..9cc01325f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc >@@ -70,7 +70,7 @@ > <li><strong>Release maintainer:</strong> > <ul> > [% FOREACH m IN t.maintainer %] >- [% IF m.version == v %] >+ [% IF m.version == ( v - 0.01 ) %] > <li>[% INCLUDE person p=m %]</li> > [% END %] > [% END %] >@@ -123,9 +123,19 @@ > [% END %] > > [% IF t.ci %] >- <li><strong>Jenkins maintainer:</strong> >- [% INCLUDE person p=t.ci %] >- </li> >+ [% IF t.ci.size == 1 %] >+ <li><strong>Jenkins maintainer:</strong> >+ [% INCLUDE person p=t.ci.0 %] >+ </li> >+ [% ELSE %] >+ <li><strong>Jenkins maintainers:</strong> >+ <ul> >+ [% FOREACH j IN t.ci %] >+ <li>[% INCLUDE person p=j %] >+ [% END %] >+ </ul> >+ </li> >+ [% END %] > [% END %] > > [% IF t.bugwrangler %] >-- >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 21626
:
80968
|
87776
|
87777
|
88483
|
88484
|
88880
|
88881
|
88882
|
88883
|
88884
|
88885
|
88886
|
88890
|
88891
|
89185
|
89186
|
89206
|
89207
|
89216
|
89217
|
89253
|
89281
|
89282
|
89283
|
89295
|
89296
|
89297
|
89298
|
89299
|
89307
|
89308
|
89309
|
89310
|
89311
|
89552
|
89553
|
89554
|
89555
|
89556
|
89557
|
89681
|
89682
|
89683
|
89684
|
89685
|
89686
|
89687
|
89690
|
89691
|
89692
|
89693
|
89694
|
89695
|
89696
|
89697
|
89698
|
89699
|
89700
|
89701
|
89702
|
89703
|
89704
|
89705
|
89713
|
89714
|
89715
|
89716
|
89717
|
89718
|
89719
|
89720
|
89750
|
89751
|
89752
|
89753
|
89754
|
89755
|
89756
|
89757
|
89758
|
89759
|
89771
|
89772
|
89773
|
89774
|
89775
|
89776
|
89777
|
89778
|
89779
|
89780