Details
- 
    
Bug
 - 
    Resolution: Won't Fix
 - 
    
Major
 - 
    None
 - 
    7.0.1
 - 
    None
 
- 
        Unknown
 - 
        
 
Description
Hello,
If I have a main group with some sub group: ie group1 and group2.
If my user is in group1, $MyUser.isUserInGroup("XWiki.MainGroup") return false instead true.
(Method working well if I fill MainGroup with users)
Here a piece of code to test
{{velocity}}
#set($Grp="XWiki.MyGroup")
#set($user=$xwiki.getUser())
$user.isUserInGroup($Grp)
{{/velocity}}
Thxs
Attachments
Issue Links
- is related to
 - 
                    
XWIKI-22786 Update or mark method User#isUserInGroup as deprecated
-         
 - Open
 
 -