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 2019/10/16 19:44:06 UTC

[whimsy] branch master updated: uncheck box if minutes include the word tabled

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 f8695d7  uncheck box if minutes include the word tabled
f8695d7 is described below

commit f8695d7f63052a4642a737a5e3274645ecc9f067
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Oct 16 15:43:43 2019 -0400

    uncheck box if minutes include the word tabled
---
 www/board/agenda/views/pages/adjournment.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/pages/adjournment.js.rb b/www/board/agenda/views/pages/adjournment.js.rb
index 6c0e351..afadfc3 100644
--- a/www/board/agenda/views/pages/adjournment.js.rb
+++ b/www/board/agenda/views/pages/adjournment.js.rb
@@ -206,7 +206,7 @@ class PMCActions < Vue
                 sub(/ Chair$/i, ''),
               title: item.title,
               minutes: minutes,
-              checked: (minutes != 'tabled')
+              checked: (not minutes.include? 'tabled')
             }
 
             resolution.chair = todo.chair if todo.chair