Task #2401 (closed)
Opened 9 years ago
Closed 9 years ago
BUG: leaderOfGroups list with wrong value
| Reported by: | atarkowska | Owned by: | jamoore |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.2 |
| Component: | Security | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-05-13 (9) |
Description
This user is not a leader and the leaderOfGroups should be empty
object #0 (::omero::sys::EventContext)
{
shareId = -1
sessionId = 101
sessionUuid = 75c76527-112c-47bf-ae1a-9526f5e5f23e
userId = 2
userName = ola
groupId = 4
groupName = test collaborative
isAdmin = False
eventId = -1
eventType = Internal
memberOfGroups =
{
[0] = 1
[1] = 3
[2] = 4
[3] = 5
}
leaderOfGroups =
{
[0] = -9223372036854775808
}
groupPermissions = object #1 (::omero::model::Permissions)
{
_perm1 = -7
}
}
Change History (2)
comment:1 Changed 9 years ago by jmoore
- Status changed from new to assigned
comment:2 Changed 9 years ago by jmoore
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [7041]) fix #2401 - Removing hack needed from before group permissions. See #1434