You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2019/03/19 10:05:57 UTC

[whimsy] branch master updated: Add member.id to proxy select list pre request

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 e9a1ebd  Add member.id to proxy select list pre request
e9a1ebd is described below

commit e9a1ebd2f3b560426a0595c2eb4bc7402eefbc52
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Tue Mar 19 06:05:53 2019 -0400

    Add member.id to proxy select list pre request
---
 www/members/proxy.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/proxy.cgi b/www/members/proxy.cgi
index 2cfc8bb..3891cde 100755
--- a/www/members/proxy.cgi
+++ b/www/members/proxy.cgi
@@ -161,7 +161,7 @@ _html do
                 next if exclude.include? member.id       # Not attending
                 next unless members_txt[member.id]       # Non-members
                 next if members_txt[member.id]['status'] # Emeritus/Deceased
-                _option member.public_name
+                _option "#{member.public_name} (#{member.id})"
               end
             end
           end