This is an automated email from the ASF dual-hosted git repository.

rubys 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 a16faa4  stop echoing the request to the response
a16faa4 is described below

commit a16faa46aec5464e2ecdc9db2be4d02d966ea260
Author: Sam Ruby <[email protected]>
AuthorDate: Fri May 11 09:27:45 2018 -0400

    stop echoing the request to the response
---
 www/board/agenda/views/actions/post-data.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/actions/post-data.json.rb 
b/www/board/agenda/views/actions/post-data.json.rb
index d22d471..91cf1ec 100644
--- a/www/board/agenda/views/actions/post-data.json.rb
+++ b/www/board/agenda/views/actions/post-data.json.rb
@@ -43,7 +43,7 @@ when 'committee-list'
     end
   end 
       
-  committees[:chair] + committees[:member] + committees[:rest] + [@request]
+  committees[:chair] + committees[:member] + committees[:rest]
 
 when 'committee-members'
   committee = ASF::Committee.find(@pmc)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to