Hi,
There's something missing here, memberships querying methods should
take groups inclusion into account, thanks for the report.
JIRA issue :
http://jira.xwiki.org/jira/browse/XWIKI-2900
Thanks,
JV.
ps: I'm catching up unread emails.
On Fri, Oct 31, 2008 at 9:22 AM, Hoani Cross
<hoani.cross(a)globotraders.com> wrote:
Hi !
I installed recently the 1.6 version of XWiki and found that a new
functionnality allows to add logical groups to the group members list :
great ! This recursive inclusion is properly managed in global rights (like
allowing a global group for accessing a space) but this does not seem to be
included in velo xwiki API. For example I have one client that belongs to
its company group XWiki.MyClientCompanyGroup that I added to the group
XWiki.Clients. I have a dedicated part of my menu for clients and I tests
whether the current user is a client or not with the test
`$xwiki.user.isUserInGroup("XWiki.Clients")` which always return false :(
Maybe a special macro could help... anyone has a clue ?