Bugzilla – Attachment 115473 Details for
Bug 27495
The "Accessibility advocate" role is not yet listed in the about page.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27495: Added Accessibility advocate role in team page
Bug-27495-Added-Accessibility-advocate-role-in-tea.patch (text/plain), 1.89 KB, created by
Eden
on 2021-01-20 22:40:34 UTC
(
hide
)
Description:
Bug 27495: Added Accessibility advocate role in team page
Filename:
MIME Type:
Creator:
Eden
Created:
2021-01-20 22:40:34 UTC
Size:
1.89 KB
patch
obsolete
>From fea7a91a379c4048a849e153faa157e12491828f Mon Sep 17 00:00:00 2001 >From: Eden Bacani <eden.bacani@gmail.com> >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. >--- > 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 @@ > </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> >-- >2.11.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 27495
:
115473
|
115517
|
115572