Task #8735 (closed)
Client permission review
| Reported by: | jburel | Owned by: | jburel |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | wmoore, jamoore |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-05-22 (15) |
Description (last modified by wmoore)
Review the implementation in client following permission meeting
canLink should only be allowed for currently logged in user on DATA THEY OWN.
Change History (5)
comment:1 Changed 7 years ago by jburel
- Remaining Time set to 0.1
- Status changed from new to accepted
comment:2 Changed 7 years ago by wmoore
- Description modified (diff)
comment:3 Changed 7 years ago by jburel
- Remaining Time changed from 0.1 to 0
- Status changed from accepted to closed
comment:4 Changed 7 years ago by jburel <j.burel@…>
(In [58c534a0437f8614a331c664c71d195949cf4d68/ome.git] on branch develop) Modify the implementation of the canLink method (see #8735)
Implementation between clients and server diverged.
comment:5 Changed 7 years ago by Will Moore <will@…>
(In [5760ef3117671c17d391be1f5b44d9b1ee7a6cdf/ome.git] on branch develop) Blitz Gateway canLink() returns isOwner(). See #8735
Edited description: canLink() is True if current user == data owner.