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/08 14:08:12 UTC

[whimsy] branch master updated: show discussion item action items captured during the meeting

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 b0241bd  show discussion item action items captured during the meeting
b0241bd is described below

commit b0241bddafc98be932e7216fe9fff72103cc9c86
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sun Apr 8 10:07:49 2018 -0400

    show discussion item action items captured during the meeting
---
 www/board/agenda/views/models/minutes.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/models/minutes.js.rb b/www/board/agenda/views/models/minutes.js.rb
index 77d63c9..4b8bbe1 100644
--- a/www/board/agenda/views/models/minutes.js.rb
+++ b/www/board/agenda/views/models/minutes.js.rb
@@ -21,7 +21,7 @@ class Minutes
       match = pattern.exec(minutes)
       while match
         actions << {owner: match[1], text: match[2], 
-          item: Agenda.find(title.gsub(/\W/, '-'))}
+          item: Agenda.find(title.gsub(/\W+/, '-'))}
         match = pattern.exec(minutes)
       end
     end

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