From b8ee1c7b8d7d066cfb220edc92aa2e8d0429b8fe Mon Sep 17 00:00:00 2001 From: Eden Bacani Date: Wed, 20 Jan 2021 22:24:05 +0000 Subject: [PATCH] Bug 27495: Added Accessibility advocate role in team page Test Plan 1. Click on 'About Koha' from the home page 2.Check on the Koha Team page that the role Accessibility advocate is listed under the Koha release teams and that the name of the person with the role appears. Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart (cherry picked from commit 638f5106352fc1c5a758af06061a68f65264b791) Signed-off-by: Fridolin Somers (cherry picked from commit b9f51b4ced6e4e9ff9237fdc95410c8f966d629d) Signed-off-by: Victor Grousset/tuxayo --- docs/teams.yaml | 2 ++ koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/docs/teams.yaml b/docs/teams.yaml index f32618cf1a..b4aa6a11a5 100644 --- a/docs/teams.yaml +++ b/docs/teams.yaml @@ -884,6 +884,8 @@ team: name: Fridolin Somers - area: Accounts name: Martin Renvoize + accessibility_advocate: + name: Henry Bolshaw bugwrangler: - name: Amit Gupta - name: Mengü Yazıcıoğlu 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 bcd6edafc1..0352bc0592 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc @@ -25,6 +25,7 @@ [%- CASE 'vm' -%]Virtual machine maintainer [%- CASE 'database' -%]Documentation specialist [%- CASE 'live_cd' -%]Live CD maintainer + [%- CASE 'accessibility_advocate'-%]Accessibility advocate [%- END -%] [%- END -%] @@ -215,6 +216,13 @@ [% END %] + [% IF t.accessibility_advocate %] +
  • Accessibility advocate: + [% INCLUDE person p=t.accessibility_advocate %] +
  • + [% END %] + + [% ELSE %]
  • Release maintainers:
      -- 2.39.5