-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
$owner not working on static method #450
Labels
Comments
Try using the debug flag on the command line.. |
ping! |
Please create a test project on Github to reproduce the issue as per https://github.com/strongloop/loopback/wiki/Issues#bug-report |
@coodoo |
Closing due to inactivity. Please create a new issue if you are still running into problems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a custom model named Document, when it's ACL is set to $owner, it will prevent find(), create(), upsert() from working, only instance methods like deleteById(), updateAttributes() will work.will
The use case I'm working on is trying to prevent user A from modifying user B's document, which means I need instance level ACL, is this possible?
The text was updated successfully, but these errors were encountered: