-
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
File Permissions: Grant File Access popup should display number of restricted files #2716
Comments
As suggested in #2896, this feature request could potentially be useful in other places in the permissions workflow, such as, on the File Permissions page to show a total number of users that have access to files for a dataset. Currently, an admin is required to count the rows of the |
I am taking this issue, as I have found a potential solution to the dynamic counter associated with a selection dataTable. |
…e for dynamic "selected" counter in the access action popups. [ref #2716]
Added counter to dataTables in the File Permissions pg, plus prototype for dynamic "selected" counter in the access action popups. |
Here is a break down of all the counters, as detailed in the FRD, that are being added to the various permissions page. Dataverse/Dataset Permissions
File Permissions
Also, regarding the Users/Groups counts in the Restricted Files table, if a restricted file has "0 Users/Groups", it has been changed to be text, and not a link to the File Access popup, where there were no actions to perform with no users/groups. ![screen shot 2016-02-09 at 11 45 07 am](https://cloud.githubusercontent.com/assets/687227/12923157/9d1cf2b6-cf22-11e5-8913-d0faf6684cb9.png) |
Will a "date and time" stamp be part of what you are doing? or a separate Thanks On Tue, Feb 9, 2016 at 11:45 AM, Michael Heppler notifications@github.com
Sonia Barbosa Dataverse 4.0 is now available for use! All test dataverses should be created in 4.0 Demo! Join our Dataverse Community! |
@sbarbosadataverse - the issue you reference is outlined in #2855 and will be developed separately from this specific issue. It is my intent to prioritize as many permissions-related issues as possible and get them into development as quickly as possible. This issues is high on that list. |
Ok, generally works well. Found 2 issues that are relatively minor or rare and could be ignored or opened in separate ticket if not have time:
|
Thank you, @kcondon. Do you have a test environment for this branch still or should I just take a look locally to reproduce? Once I've had a look, I'll review with @sekmiller to get his input. |
@mheppler I've switched out the build already so please test locally and let me know if you cannot reproduce it. |
My notes...
Apologies, I was able to replicate this, after I got on the correct pg (Dataset Permissions not Restricted Files Permissions). It appears that this project has done some clean up already on this pg, and I suggest we aim to also resolve this.
This is pretty ugly. Ideally we find a better solution than multiple mixed messages, and hopefully something more specific than "The role was not able to be assigned". Also, these msgs don't follow our usual format. The Date/Time timestamps and Server names are kind of an eyesore. Even the success msg isn't accurate, listing only one file, with no mention of the two other files that access was granted to. |
If you need me to test let me know On Sep 19, 2016 2:02 PM, "Michael Heppler" notifications@github.com wrote:
|
Made the error message more user friendly when there's a Command Exception. The user will still get multiple messages if they try to assign roles that already exist multiple times. Also, nothing done WRT consolidating success and error messages. Out of scope for now. |
OK, more user friendly, closing. |
When adding a user to restricted files, the dialogue box doesn't display the number of "restricted" files the user is about to be assigned. This is only seen under the "terms" tab. Since not everyone gets blanket permission to files, and sometimes you have long list of files, the dialogue box should display:
how many restricted files you start with
how many restricted files you have selected to assign permission to...
Once assigned, the screen does diplay how many files the user has been assigned but this should also happen at above level.
The text was updated successfully, but these errors were encountered: