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 2017/07/12 23:51:59 UTC

[whimsy] branch master updated: use comparison operator (DOH!)

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 eedd752  use comparison operator (DOH!)
eedd752 is described below

commit eedd75280a3e8701c80556713e2c14ece90f60b1
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Jul 12 19:51:45 2017 -0400

    use comparison operator (DOH!)
---
 www/roster/views/group.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/group.js.rb b/www/roster/views/group.js.rb
index fb78649..73b3668 100644
--- a/www/roster/views/group.js.rb
+++ b/www/roster/views/group.js.rb
@@ -14,7 +14,7 @@ class Group < React
 
     if group.type == 'LDAP auth group' or group.id == 'asf-secretary'
       auth = (members.include? @@auth.id or @@auth.secretary or @@auth.root)
-    elsif group.id = 'hudson-jobadmin'
+    elsif group.id == 'hudson-jobadmin'
       auth = @@auth.pmc_chair or group.owners.include? @@auth.id
     else
       auth = false 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].