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 2017/12/13 16:20:36 UTC

[whimsy] branch master updated: zap 'Chair' from resolution names

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 771b837  zap 'Chair' from resolution names
771b837 is described below

commit 771b83782dd92d759e9b67eba676acdefe2b9673
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Dec 13 11:20:21 2017 -0500

    zap 'Chair' from resolution names
---
 www/board/agenda/views/pages/adjournment.js.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/board/agenda/views/pages/adjournment.js.rb b/www/board/agenda/views/pages/adjournment.js.rb
index 2f1d288..f7624c8 100644
--- a/www/board/agenda/views/pages/adjournment.js.rb
+++ b/www/board/agenda/views/pages/adjournment.js.rb
@@ -181,7 +181,8 @@ class PMCActions < Vue
             resolution = {
               action: todo_type,
               name: todo.name,
-              display_name: item.title.sub(/^#{todo_type} /i, ''),
+              display_name: item.title.sub(/^#{todo_type} /i, '').
+                sub(/ Chair$/i, ''),
               title: item.title,
               minutes: minutes,
               checked: (minutes != 'tabled')

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].