Bug 27495: Added Accessibility advocate role in team page
authorEden Bacani <eden.bacani@gmail.com>
Wed, 20 Jan 2021 22:24:05 +0000 (22:24 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Jan 2021 13:59:27 +0000 (14:59 +0100)
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 <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
docs/teams.yaml
koha-tmpl/intranet-tmpl/prog/en/includes/about-team.inc

index 4f6e804..1254193 100644 (file)
@@ -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
index bcd6eda..0352bc0 100644 (file)
@@ -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 -%]
 
         </li>
         [% END %]
 
+        [% IF t.accessibility_advocate %]
+        <li><strong>Accessibility advocate:</strong>
+           [% INCLUDE person p=t.accessibility_advocate %]
+        </li>
+        [% END %]
+
+
         [% ELSE %]
         <li><strong>Release maintainers:</strong>
             <ul>