Task #12272 (closed)
Opened 5 years ago
Closed 5 years ago
Show error message if group permission downgrade fails
| Reported by: | dlindner | Owned by: | dlindner |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0.3 |
| Component: | Insight | Version: | 5.0.1 |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Show an error message, if a group's permission is downgraded to Read-Only and the action failed, due to links to other users' annotations.
See https://github.com/openmicroscopy/openmicroscopy/pull/2501
In order to do implement that, it's necessary to split method OMEROGateway.updateGroup(...) into updateGroup(...) and updateGroupPermission(...).
Change History (2)
comment:1 Changed 5 years ago by dlindner
- Owner changed from jburel to dlindner
comment:2 Changed 5 years ago by dlindner
- Resolution set to fixed
- Status changed from new to closed
Fixed by: https://github.com/openmicroscopy/openmicroscopy/pull/2800