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 96507e6 allow pending.role to be updated
96507e6 is described below
commit 96507e682044bf67353c892002af67604e3ef714
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Nov 19 18:54:17 2017 -0500
allow pending.role to be updated
---
www/board/agenda/views/models/pending.js.rb | 1 -
1 file changed, 1 deletion(-)
diff --git a/www/board/agenda/views/models/pending.js.rb
b/www/board/agenda/views/models/pending.js.rb
index 191bf36..f3c33d8 100644
--- a/www/board/agenda/views/models/pending.js.rb
+++ b/www/board/agenda/views/models/pending.js.rb
@@ -37,7 +37,6 @@ class Pending
end
def self.load(value)
- value.role = Server.pending.role if Server.pending and Server.pending.role
Server.pending = value if value
Main.refresh()
return value
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].