Task #6882 (closed)
Opened 8 years ago
Closed 8 years ago
Correct Connecting_Advanced
| Reported by: | jamoore | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3.2 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2011-09-29 (6) |
Description (last modified by cxallan)
Josh: {{{I found this in Connecting_advanced.py:
# This changes the user's default group for future sessions!
conn.getAdminService().setDefaultGroup(conn.getUser()._obj, newGroupContext)
# Reset the local values
conn._ctx = conn.getAdminService().getEventContext()
conn._user = conn.getObject("Experimenter", conn._userid)
}}}
Carlos: {{{
BlitzGateway? has setGroupForSession, setGroupNameForSession and
revertGroupForSession, which we use extensively on ASCB. I don't think I
ever use setDefaultGroup (but I'll need to grep around to be 100% sure).
}}}
Change History (1)
comment:1 Changed 8 years ago by cxallan
- Description modified (diff)
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from new to closed
Removed entirely by Ola on Will's training branch.