Bugzilla – Attachment 174977 Details for
Bug 38517
Release team 25.05
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38517: Expose security release manager
Bug-38517-Expose-security-release-manager.patch (text/plain), 1.72 KB, created by
Martin Renvoize (ashimema)
on 2024-11-25 15:35:20 UTC
(
hide
)
Description:
Bug 38517: Expose security release manager
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-11-25 15:35:20 UTC
Size:
1.72 KB
patch
obsolete
>From 3e93f0b242e1beb57805920bfb4416fba36e67a3 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >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' -%]<span>Meeting facilitator</span> > [%- CASE 'ktd' -%]<span>Developer tooling</span> > [%- CASE 'website' -%]<span>Website administrator</span> >+ [%- CASE 'security_manager' -%]<span>Security release manager</span> > [%- CASE -%]<span>MISSING MAP FOR ROLE: [% role.key | html %]</span> > [%- END -%] > [%- IF ex %] - [% ex | html %][% END -%] >@@ -78,6 +79,12 @@ > <p>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 <strong>[% t.release_date | $KohaDates %]</strong>, when the next team will be elected.</p> > >+ [% FOREACH s IN t.security_manager %] >+ <li><strong>Security release manager:</strong> >+ [% INCLUDE person p=s %] >+ </li> >+ [% END %] >+ > [% FOREACH m IN t.maintainer %] > [% IF m.version == ( v ) %] > <li><strong>Release maintainer:</strong> >-- >2.47.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 38517
:
174976
| 174977