Nuxeo Bug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2017 11:09 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2017 04:27 AM
There are many bugs in the platform
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2017 06:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2017 08:30 AM
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
