ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

System - Admin permissions not working for shared collection #397

Closed dvstans closed 4 years ago

dvstans commented 4 years ago

When user A shares a collection with user B and grants admin permission, user B should be able to share and move associated records; however, the system is denying this function. Also, share dialog opens for user B, but no ACLs are shown.

dvstans commented 4 years ago

The problem is: it's working as intended, it's just a bad design. Currently limits only owner or creator to changing ownership, but a user with full read and delete permissions should be able to as well - a move is a copy (read all), then delete.

dvstans commented 4 years ago

Fixed.