You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/07/11 17:03:52 UTC

[whimsy] branch master updated: Revert incorrect change

This is an automated email from the ASF dual-hosted git repository.

sebb 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 61ac0d2  Revert incorrect change
61ac0d2 is described below

commit 61ac0d2d502831c6dcc2395cfd6c92df74b22c85
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jul 11 18:03:43 2020 +0100

    Revert incorrect change
---
 www/roster/views/person/memstat.js.rb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www/roster/views/person/memstat.js.rb b/www/roster/views/person/memstat.js.rb
index 5ba0b85..ed4ef1c 100644
--- a/www/roster/views/person/memstat.js.rb
+++ b/www/roster/views/person/memstat.js.rb
@@ -28,10 +28,8 @@ class PersonMemberStatus < Vue
                     _button.btn.btn_primary 'rescind emeritus request',
                       name: 'action', value: 'rescind_emeritus'
                   else
-                    unless committer.forms['emeritus_request'] # already requested
-                      _button.btn.btn_primary 'request emeritus status',
-                        name: 'action', value: 'request_emeritus'
-                    end
+                    _button.btn.btn_primary 'request emeritus status',
+                      name: 'action', value: 'request_emeritus'
                   end
                 elsif committer.member.status.include? 'Emeritus'
                   _button.btn.btn_primary 'request reinstatement',