Bug #553 (closed)
Opened 13 years ago
Closed 13 years ago
BasicSecuritySystem.managedPermissions is too strict on locking
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
The security system is currently disallowing non-owning, non-supervisor users from locking objects.
Change History (3)
comment:1 Changed 13 years ago by jmoore
comment:2 Changed 13 years ago by jmoore
The ideal here would be to have this only happen (exception thrown) when it is clear that the user manually set the object to locked. However, it's unclear that we don't want to support this.
Am removing the check for Flag.LOCKED which implies that a user can lock an object without making any other changes. Need to review.
comment:3 Changed 13 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
r1123 fixes.
Possibly related: #337 #339