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  41f6937   only include threads that got no response
41f6937 is described below

commit 41f693737b51eaeb13758aaabe537a4cb0ab0179
Author: Sam Ruby <[email protected]>
AuthorDate: Tue May 30 15:07:41 2017 -0400

    only include threads that got no response
---
 www/board/agenda/views/pages/shepherd.js.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/board/agenda/views/pages/shepherd.js.rb 
b/www/board/agenda/views/pages/shepherd.js.rb
index 6036d52..54ae353 100644
--- a/www/board/agenda/views/pages/shepherd.js.rb
+++ b/www/board/agenda/views/pages/shepherd.js.rb
@@ -48,6 +48,7 @@ class Shepherd < React
     # list feedback items that may need to be followed up
     followup = []
     for title in @followup
+       next unless @followup[title].count == 1
        next unless @followup[title].shepherd == @@item.shepherd
        next if Agenda.index.any? {|item| item.title == title}
        @followup[title].title = title

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

Reply via email to