Bugzilla – Attachment 160755 Details for
Bug 35504
Release team 24.05
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35504: Add ktd maintainer
Bug-35504-Add-ktd-maintainer.patch (text/plain), 1.88 KB, created by
Martin Renvoize (ashimema)
on 2024-01-10 11:44:57 UTC
(
hide
)
Description:
Bug 35504: Add ktd maintainer
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-01-10 11:44:57 UTC
Size:
1.88 KB
patch
obsolete
>From b0583865fed75a58f70bd59cbdeb6f82840b4852 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 12 Dec 2023 12:04:56 +0000 >Subject: [PATCH] Bug 35504: Add ktd maintainer > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > docs/teams.yaml | 2 ++ > .../prog/en/includes/about-team.inc | 16 ++++++++++++++++ > 2 files changed, 18 insertions(+) > >diff --git a/docs/teams.yaml b/docs/teams.yaml >index fc271aac03e..f00a15c985e 100644 >--- a/docs/teams.yaml >+++ b/docs/teams.yaml >@@ -1358,6 +1358,8 @@ team: > - name: Tomás Cohen Arazi > ci: > - name: Mason James >+ ktd: >+ - name: Tomás Cohen Arazi > wiki: > - name: Thomas Dukleth > - name: Katrin Fischer >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 89ca110b1eb..603de894565 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc >@@ -202,6 +202,22 @@ > [% END %] > [% END %] > >+ [% IF t.ktd %] >+ [% IF t.ktd.size == 1 %] >+ <li><strong><a href="https://gitlab.com/koha-community/koha-testing-docker">KTD</a> maintainer:</strong> >+ [% INCLUDE person p=t.ktd.0 %] >+ </li> >+ [% ELSE %] >+ <li><strong><a href="https://gitlab.com/koha-community/koha-testing-docker">KTD</a> maintainers:</strong> >+ <ul> >+ [% FOREACH j IN t.ktd %] >+ <li>[% INCLUDE person p=j %] >+ [% END %] >+ </ul> >+ </li> >+ [% END %] >+ [% END %] >+ > [% IF t.bugwrangler %] > <li><strong>Bug wranglers:</strong> > <ul> >-- >2.43.0
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 35504
:
159624
|
159726
|
159727
|
159730
|
159731
|
159732
|
159733
|
159915
|
159916
|
159917
|
159918
|
160463
|
160464
|
160465
|
160466
|
160752
|
160753
|
160754
| 160755 |
160756
|
160757
|
160758
|
160764
|
160765
|
160766