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/09/07 12:21:35 UTC

[whimsy] branch master updated: actions are not restricted to LDAP

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 aa15c99  actions are not restricted to LDAP
aa15c99 is described below

commit aa15c998bc98d0568920fd55d9855f6bead4f9bf
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Sep 7 08:20:44 2017 -0400

    actions are not restricted to LDAP
    
    Click on 'bruce' in Ant PMC for an example.
---
 www/roster/views/pmc/pmc.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/roster/views/pmc/pmc.js.rb b/www/roster/views/pmc/pmc.js.rb
index 80e07c3..a3885a2 100644
--- a/www/roster/views/pmc/pmc.js.rb
+++ b/www/roster/views/pmc/pmc.js.rb
@@ -16,7 +16,7 @@ class PMCMembers < Vue
           _th 'id'
           _th 'public name'
           _th 'starting date'
-          _th 'status - click cell to adjust LDAP membership'
+          _th 'status - click cell for actions'
         end
       end
 

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

Re: [whimsy] branch master updated: actions are not restricted to LDAP

Posted by sebb <se...@gmail.com>.
On 7 September 2017 at 13:21,  <ru...@apache.org> wrote:
> 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 aa15c99  actions are not restricted to LDAP

Ah. OK.

I wanted to make it more obvious how to fix LDAP issues.
There have been issues with some PMCs not understanding how to use the
PMC table cells as opposed to the Add/Modify buttons.

I think it still could do with some clarification.

> aa15c99 is described below
>
> commit aa15c998bc98d0568920fd55d9855f6bead4f9bf
> Author: Sam Ruby <ru...@intertwingly.net>
> AuthorDate: Thu Sep 7 08:20:44 2017 -0400
>
>     actions are not restricted to LDAP
>
>     Click on 'bruce' in Ant PMC for an example.
> ---
>  www/roster/views/pmc/pmc.js.rb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/www/roster/views/pmc/pmc.js.rb b/www/roster/views/pmc/pmc.js.rb
> index 80e07c3..a3885a2 100644
> --- a/www/roster/views/pmc/pmc.js.rb
> +++ b/www/roster/views/pmc/pmc.js.rb
> @@ -16,7 +16,7 @@ class PMCMembers < Vue
>            _th 'id'
>            _th 'public name'
>            _th 'starting date'
> -          _th 'status - click cell to adjust LDAP membership'
> +          _th 'status - click cell for actions'
>          end
>        end
>
>
> --
> To stop receiving notification emails like this one, please contact
> ['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].