This is an automated email from the ASF dual-hosted git repository.
curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new ac49aa6e Add new fields per README
ac49aa6e is described below
commit ac49aa6e60d8d488bdca66ff1342ca8bc0b95dfa
Author: Shane Curcuru <[email protected]>
AuthorDate: Fri Jun 23 16:01:00 2023 -0400
Add new fields per README
---
www/foundation/orgchart.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/foundation/orgchart.cgi b/www/foundation/orgchart.cgi
index af52d2af..713176be 100755
--- a/www/foundation/orgchart.cgi
+++ b/www/foundation/orgchart.cgi
@@ -117,7 +117,7 @@ def emit_role(role: {}, oversees: {}, desc: {})
_td do
_a value, href: "mailto:#{value}"
end
- elsif %w(resolution website).include? key
+ elsif %w(resolution website resolution-policy resolution-other
reports-board).include? key
_td do
_a value, href: value
end