This is an automated email from the ASF dual-hosted git repository.
sebb 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 a0f7bb9 Need actual id here
a0f7bb9 is described below
commit a0f7bb9c1e952865e407c27ee6aab9c0e04b0f2e
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 12 13:09:17 2021 +0000
Need actual id here
---
www/roster/main.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/roster/main.rb b/www/roster/main.rb
index e103161..d060050 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -51,7 +51,7 @@ get '/' do
@committees.map(&:name) -
@nonpmcs.map(&:name) -
ASF::Podling.currentids -
- @petri.map(&:name)
+ @petri.map(&:id)
_html :index
else
redirect to('/')
@@ -84,7 +84,7 @@ get '/other/' do
ASF::Committee.pmcs.map(&:name) -
ASF::Committee.nonpmcs.map(&:name) -
ASF::Podling.currentids -
- ASF::Petri.list.map(&:name)
+ ASF::Petri.list.map(&:id)
@atticids = ASF::Committee.load_committee_metadata[:tlps].filter_map {|k,v|
k if v[:retired]}
@retiredids = ASF::Podling.retiredids
@podlingAliases = {}