From 9ff0ed40193b4fe2d9d8b3e3c39f7d68f44f033c 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 --- 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 4f6e8047b5..12541930d8 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.24.1 (Apple Git-126)