-
Notifications
You must be signed in to change notification settings - Fork 374
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
Possible to give permissions per property? #69
Comments
I also want to use this kind of feature but unfortunately don't find it in the current implementation. This would be a great feature if it can be implemented. Is there any way to implement this? |
I also have a need to restrict certain fields to be edited only by particular roles. Is there another module that could be used in conjunction with this to achieve that requirement? Or is it easier to modify this? |
Without having giving a lot of thought to this all I can say is that in the way ACL is designed it really doesn't care about javascript objects, so implementing something like this may not be possible... |
Maybe this could be done by adding the field to the permission, something like:
This would require changing the way permission wildcards work so that the following would work as expected.
I have not tried this so it might not work too well in practice, just a thought. |
Would it be possible to give a permission, not just per resource but also per property? I.e. so a user can be limited to only seeing certain properties of a given resource, or only able to edit certain properties and view others.
Happy to fork and implement myself just would like to see how feasible it would be. Thanks.
The text was updated successfully, but these errors were encountered: