-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
thanks for your work.
how could one add groups of a user to the output? is this even possible since users can have multiple groups?
i started by adding this to AllUsers.php
$query = $this->connection->getQueryBuilder();
$query->select('gid')
->from('group_user');
$this->queries['groups'] = $query;this is not finished at all..
almereyda