This is an automated email from the ASF dual-hosted git repository.
sebbASF 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 63867411 Include established date
63867411 is described below
commit 63867411a4469ef5e58223ea8b0023a319f23e3f
Author: Sebb <[email protected]>
AuthorDate: Sun Jul 26 13:48:40 2026 +0100
Include established date
---
www/roster/public_committee_info.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/roster/public_committee_info.rb
b/www/roster/public_committee_info.rb
index cd93a834..0b61b849 100644
--- a/www/roster/public_committee_info.rb
+++ b/www/roster/public_committee_info.rb
@@ -212,6 +212,7 @@ if ARGV.length >= 2
retired: retired,
retired_date: value[:retired_date],
}
+ data[key][:established] = value[:established] if value[:established]
data[key][:description] = value[:description] if value[:description]
mlists = public_lists[key]
if mlists.size > 0