Task #8564 (closed)
Add permissions support for new "annotate" flag
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-4.4 |
| Component: | Security | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-04-24 (13) |
Description
The canAnnotate() method and the disallowAnnotate field have been added to the model, but the storage of the annotate flag needs to be pushed all the way (ome.model.internal.Permissions) so that it will get stored in the database as one bit of the long "permissions" value.
Change History (4)
comment:1 Changed 7 years ago by jmoore
- Status changed from new to accepted
comment:2 Changed 7 years ago by jmoore
- Remaining Time set to 0.25
comment:3 Changed 7 years ago by jmoore
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from accepted to closed
comment:4 Changed 7 years ago by jmoore <josh@…>
(In [2d0f825fe321f60cb88ef7fb6092ecb7ba80d6e5/ome.git] on branch develop) Add permissions.ANNOTATE field (Fix #8564)
Done in my "8562-read-annotate" branch based off of "2874-chmod".