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/27 13:26:19 UTC

[whimsy] branch master updated: got committers and pmc actions reversed

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 c7b0d99  got committers and pmc actions reversed
c7b0d99 is described below

commit c7b0d9972711dcc04cdc5fbad26b50146d17e17b
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Jul 27 09:26:05 2017 -0400

    got committers and pmc actions reversed
---
 www/roster/views/pmc/add.js.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/roster/views/pmc/add.js.rb b/www/roster/views/pmc/add.js.rb
index 26b6891..5aac068 100644
--- a/www/roster/views/pmc/add.js.rb
+++ b/www/roster/views/pmc/add.js.rb
@@ -56,11 +56,11 @@ class PMCAdd < React
 	    plural = (@people.length > 1 ? 's' : '')
 
             _button.btn.btn_primary "Add as committer#{plural}", 
-	      data_action: 'add pmc info commit',
+	      data_action: 'add commit',
 	      onClick: self.post, disabled: (@people.empty?)
 
             _button.btn.btn_primary 'Add to PMC', onClick: self.post,
-	      data_action: 'add commit', disabled: (@people.empty?)
+	      data_action: 'add pmc info commit', disabled: (@people.empty?)
           end
         end
       end

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