-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Develop] Disable Uploads #1070
Comments
What else should we disable?
|
"Share your work" button: "Upload" and Create Collection" buttons: "upload" from the drop down menu on the right: "edit profile" button: "Upload" and Create Collection" buttons on the user dashboard page: "Download file" and "Delete file":
|
I was trying to approach this with roles and permissions, but it seems like the intended way to disable uploads is through javascript changes (samvera-deprecated/sufia#1814). It's not the most graceful approach, but I think between disabling the file upload tool and removing any links to it we should be pretty well covered. |
Disable file uploads by setting max allowed files to zero, max file size to zero bytes, and disabling the buttons that are used for file upload closes #1070
Disable file uploads by setting max allowed files to zero, max file size to zero bytes, disabling the buttons that are used for file upload, and removing all links to the file upload page. closes #1070
Disable file uploads by setting max allowed files to zero, max file size to zero bytes, disabling the buttons that are used for file upload, and removing all links to the file upload page. closes #1070
Disable file uploads by setting max allowed files to zero, max file size to zero bytes, disabling the buttons that are used for file upload, and removing all links to the file upload page. closes #1070
Disable file uploads by setting max allowed files to zero, max file size to zero bytes, disabling the buttons that are used for file upload, and removing all links to the file upload page. closes #1070
Disable file uploads by setting max allowed files to zero, max file size to zero bytes, disabling the buttons that are used for file upload, and removing all links to the file upload page. closes #1070
Ticket for removing edit buttons: #1133 |
From a development point of view, this looks done. I will make a separate ticket for operation of executing it. |
Disable file uploads by setting max allowed files to zero, max file size to zero bytes, disabling the buttons that are used for file upload, and removing all links to the file upload page. closes #1070
Switch to Prism, October 23, 2022.
We should add a banner to notify users of some info.
The text was updated successfully, but these errors were encountered: