Sethur wrote:PS: Is there a way to find out which group is currently targeted for a particular user who wants to use the DropBox? I know it's supposed to be the last one that user was active in, but this is a quite vague definition.
It'll be the "default" group. Not sure which context you want to see it in. The clients like webadmin are pretty straight-foward about what the default group is, but you could also get it from the CLI, for example, with:
- Code: Select all
$ omero hql -q "select g.name from Experimenter e join e.groupExperimenterMap m join m.parent as g where index(m) = 0 and e.id = 0"
# | Col1
---+--------
0 | system
(1 row)
Cheers,
~Josh