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 50e24a8d Include established_date if present
50e24a8d is described below
commit 50e24a8d8e25daec09746d0894f7674bd19cff9d
Author: Sebb <[email protected]>
AuthorDate: Sun Jul 26 16:26:51 2026 +0100
Include established_date if present
---
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 0b61b849..36c56a1f 100644
--- a/www/roster/public_committee_info.rb
+++ b/www/roster/public_committee_info.rb
@@ -213,6 +213,7 @@ if ARGV.length >= 2
retired_date: value[:retired_date],
}
data[key][:established] = value[:established] if value[:established]
+ data[key][:established_date] = value[:established_date] if
value[:established_date]
data[key][:description] = value[:description] if value[:description]
mlists = public_lists[key]
if mlists.size > 0