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 6915abc preserve initials in month change
6915abc is described below
commit 6915abc03dfe3d6b365277b3a1a49b80f19e63bd
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Apr 9 14:53:36 2019 -0400
preserve initials in month change
---
www/board/agenda/models/pending.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/models/pending.rb
b/www/board/agenda/models/pending.rb
index 3c2c3be..f71db3a 100644
--- a/www/board/agenda/models/pending.rb
+++ b/www/board/agenda/models/pending.rb
@@ -12,7 +12,7 @@ class Pending
# reset pending when agenda changes
if agenda and agenda > response['agenda'].to_s
- response = {'agenda' => agenda}
+ response = {'agenda' => agenda, 'initials' => response['initials']}
end
# provide empty defaults