Nuxeo Bug

Hello people.I am using the getMemberUsers() method of the NuxeoGroup interface.I am facing a problem here.It always returns me an empty List

0 votes

0 answers

1401 views

ANSWER

There are many bugs in the platform
11/27/2017

Without a clear explanation of what your issue is, and a way for us to reproduce the issue, we won't be able to go forward.

As you can imagine, there are people using the platform with group members, and for them it works, so you must explain what you did specifically.

11/27/2017

I was just using the getMemberUsers() method on a group instance and it kept returning me an empty list.Now i found the solution.Instead of this method i am using getUsersInGroup(String groupName) of the UserManager class
11/27/2017