From 3e93f0b242e1beb57805920bfb4416fba36e67a3 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 25 Nov 2024 15:34:57 +0000 Subject: [PATCH] Bug 38517: Expose security release manager --- koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc | 7 +++++++ 1 file changed, 7 insertions(+) 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 fbafd90ebe7..ff1c6103da6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc @@ -32,6 +32,7 @@ [%- CASE 'meeting_facilitator' -%]Meeting facilitator [%- CASE 'ktd' -%]Developer tooling [%- CASE 'website' -%]Website administrator + [%- CASE 'security_manager' -%]Security release manager [%- CASE -%]MISSING MAP FOR ROLE: [% role.key | html %] [%- END -%] [%- IF ex %] - [% ex | html %][% END -%] @@ -78,6 +79,12 @@

This is the team who are responsible for the next release of Koha and the ongoing maintenance of your currently installed Koha version. They will be in these roles up until [% t.release_date | $KohaDates %], when the next team will be elected.

+ [% FOREACH s IN t.security_manager %] +
  • Security release manager: + [% INCLUDE person p=s %] +
  • + [% END %] + [% FOREACH m IN t.maintainer %] [% IF m.version == ( v ) %]
  • Release maintainer: -- 2.47.0