You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/05/19 13:48:11 UTC

[whimsy] branch master updated: only match PMC reports, not resolutions

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 e390a18  only match PMC reports, not resolutions
e390a18 is described below

commit e390a1878039f849f46aa1cb4915e18b77f19d05
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat May 19 09:47:55 2018 -0400

    only match PMC reports, not resolutions
---
 www/board/agenda/views/buttons/post.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/buttons/post.js.rb b/www/board/agenda/views/buttons/post.js.rb
index bfb284d..6c83403 100644
--- a/www/board/agenda/views/buttons/post.js.rb
+++ b/www/board/agenda/views/buttons/post.js.rb
@@ -210,7 +210,7 @@ class Post < Vue
         # determine which PMCs are reporting this month
         reporting_this_month = []
         Agenda.index.each do |item|
-          if item.roster
+          if item.roster and item.attach =~ /^[A-Z]+$/
             reporting_this_month << item.roster.split('/').pop()
           end
         end

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.