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/19 11:55:14 UTC

[whimsy] branch master updated: label the values sent

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 db03bfe  label the values sent
db03bfe is described below

commit db03bfe7d22b28584ee0167f7bb5129e3966b712
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Apr 19 07:54:44 2018 -0400

    label the values sent
---
 www/board/agenda/views/pages/feedback.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/pages/feedback.js.rb b/www/board/agenda/views/pages/feedback.js.rb
index 91d1008..738a20f 100644
--- a/www/board/agenda/views/pages/feedback.js.rb
+++ b/www/board/agenda/views/pages/feedback.js.rb
@@ -91,7 +91,7 @@ class SendFeedback < Vue
       method: 'post',
       credentials: 'include',
       headers: {'Content-Type' => 'application/json'},
-      body: checked.inspect
+      body: {checked: checked}.inspect
     }
 
     # send feedback

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