You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by sebb <se...@gmail.com> on 2017/06/29 14:39:08 UTC

https://whimsy.apache.org/roster/committer/xxx does not allow for ou=project

The code that displays committer details does not show membership of
guineapig PMCs.

I think this is because it uses Person#committees which only takes
account of LDAP ou=pmc

It's not obvious to me where this should be fixed.

S.

Re: https://whimsy.apache.org/roster/committer/xxx does not allow for ou=project

Posted by Sam Ruby <ru...@intertwingly.net>.
On Thu, Jun 29, 2017 at 10:39 AM, sebb <se...@gmail.com> wrote:
> The code that displays committer details does not show membership of
> guineapig PMCs.
>
> I think this is because it uses Person#committees which only takes
> account of LDAP ou=pmc
>
> It's not obvious to me where this should be fixed.

This should do it:
https://github.com/apache/whimsy/commit/8c2014d4dc7be8fd838735024f397d248a3c3b6b

> S.

- Sam Ruby