-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assign Role Pop Up: File Downloader Assignment Confirmation #2657
Comments
…r the dataverse/dataset permissions pg. [ref #2657]
Added static placeholder |
Reviewed with @scolapasta @sekmiller @eaquigley -- proposed to change the confirmation popup to additional help/info text in the Assign Role popup. The original proposed text was: “Assigning file downloader role means the user(s) will be given access to all restricted and unrestricted files for all versions of this dataset.” Which can be generically/dynamically changed to: “Assigning {role name} role means the user(s) will have {role name} role applied to all {object types} within this {object type}.” |
Added warning/info text to Assign Role popup on Dataverse/Dataset Permissions pg. Passing to @sekmiller to wire up the object types. |
Fix applied and checked into branch |
This fix is in branch 2572 according to Stephen: It's in the permissions branch 2572 |
Leaving in QA but removing my name until I receive pull request. |
Variable text is in place but when assigning roles at the dataset level, the text in some cases also says, Dataverses: Assigning the Member role means the user(s) will have the Member role applied to all Dataverses, Datasets, Files within this Dataset. Since this at the dataset level, dataverses should not be in the message. Not all roles includes dataverses, why? Roles including dataverses at dataset level: admin, curator, member |
Fixed the logic that displays the types of objects that a user will be granted permission on. |
The issue I previously reported was fixed but found one more, sorry! |
Works, closing. |
Assign Role pop up: If someone is assigning file downloader role at the dataverse or dataset level, when they click Save Changes, we need to add a pop up that says, “Assigning file downloader role means the user(s) will be given access to all restricted and unrestricted files for all versions of this dataset.”
Note: Do we need a confirmation for other roles?
The text was updated successfully, but these errors were encountered: