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 c2bb9ea  downcase resolution name
c2bb9ea is described below

commit c2bb9ea2444f32160198e03ac38dc3fa4dbf8e5a
Author: Sam Ruby <[email protected]>
AuthorDate: Mon Sep 23 10:33:04 2019 -0600

    downcase resolution name
---
 www/board/agenda/views/actions/todos.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/actions/todos.json.rb 
b/www/board/agenda/views/actions/todos.json.rb
index ba8bf87..b6eeaef 100644
--- a/www/board/agenda/views/actions/todos.json.rb
+++ b/www/board/agenda/views/actions/todos.json.rb
@@ -207,7 +207,7 @@ end
 if @terminate
   minutes[:todos][:terminated] ||= []
   minutes[:todos][:terminated] +=
-    @terminate.map {|resolution| resolution['name']}
+    @terminate.map {|resolution| resolution['name'].downcase}
 end
 
 unless todos == minutes[:todos]

Reply via email to