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/04/23 18:55:21 UTC

[whimsy] branch master updated: actually include flagged items in the flow (oops!)

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 0e6edaf  actually include flagged items in the flow (oops!)
0e6edaf is described below

commit 0e6edaf731af3e5453de2e83a6c1aa678074c085
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Apr 23 14:55:04 2018 -0400

    actually include flagged items in the flow (oops!)
---
 www/board/agenda/views/models/agenda.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/models/agenda.js.rb b/www/board/agenda/views/models/agenda.js.rb
index 886e629..3fcbe3f 100644
--- a/www/board/agenda/views/models/agenda.js.rb
+++ b/www/board/agenda/views/models/agenda.js.rb
@@ -517,7 +517,7 @@ class Agenda
 
   # determine if this report can be skipped during the course of the meeting
   def skippable
-    return true if self.flagged
+    return false if self.flagged
     return (@to == 'president') if Minutes.started and self.missing
     return false if Minutes.started and @approved and @approved.length < 5
     return true

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