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 2020/10/21 13:43:29 UTC

[whimsy] branch master updated: Partial fix for WHIMSY-347

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 0571587  Partial fix for WHIMSY-347
0571587 is described below

commit 05715879073ccc3e5453cba7f51af3d3481c1308
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Oct 21 09:42:46 2020 -0400

    Partial fix for WHIMSY-347
    
    https://issues.apache.org/jira/browse/WHIMSY-347
---
 www/board/agenda/views/actions/markseen.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/actions/markseen.json.rb b/www/board/agenda/views/actions/markseen.json.rb
index 3270e9a..5976937 100644
--- a/www/board/agenda/views/actions/markseen.json.rb
+++ b/www/board/agenda/views/actions/markseen.json.rb
@@ -3,5 +3,5 @@
 #
 
 Pending.update(env.user, @agenda) do |pending|
-  pending['seen'] = @seen
+  pending['seen'] = @seen.to_h
 end