-
Notifications
You must be signed in to change notification settings - Fork 824
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
Introduce asset permission model #6063
Comments
👍 Something like an extremely bare-bones secureassets would be nice. |
We're doing group selection via a simple CheckboxSetField for now, since that already exists as a React component. To be replaced with a react-select based MultiSelectField React component in silverstripe/silverstripe-admin#52 |
All tasks done, pull request coming later. |
This was referenced May 5, 2017
I'll rebase once i18n rewrite and behat fixes are merged and green. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Acceptance criteria
Assumption: existing level of optimisation in
SiteTree::batch_permission_check()
is sufficient.Tasks
Pull Requests
Right now asset-admin is built to respect
canView()
andcanEdit()
permissions of files, however there is no default permission model provided.We should have some permission model built in that allows protected files and folders, similar in concept to the default page permissions.
We may wish to make this functionality provided-by-default but able-to-be-removed, so that developers can replace the default scheme in its entirety with something else.
The text was updated successfully, but these errors were encountered: