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 4197a768 Pick up retired_date
4197a768 is described below
commit 4197a768acd9ec810e4d90a27b07d8631d5194af
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 23 14:57:42 2025 +0100
Pick up retired_date
---
www/roster/public_committee_info.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/roster/public_committee_info.rb
b/www/roster/public_committee_info.rb
index 197c9eb9..cd93a834 100644
--- a/www/roster/public_committee_info.rb
+++ b/www/roster/public_committee_info.rb
@@ -209,7 +209,8 @@ if ARGV.length >= 2
Wunderbar.warn "#{key} has no display name" unless value[:name]
data[key] = {
display_name: value[:name],
- retired: retired
+ retired: retired,
+ retired_date: value[:retired_date],
}
data[key][:description] = value[:description] if value[:description]
mlists = public_lists[key]