We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The query for project
"$match": { "$or": [ { "userRoles": { "$in": ['*_*_*', 'READ_*_*', 'READ_*_PROJECT'] } }, { "creator": user_id } ] }
is busted. It is checking roles when it should check permissions, so you can only see the Project if you are the creator.
The text was updated successfully, but these errors were encountered:
fixes #158
ec92deb
probably hotfix this in
fixed in #bb0f10783c2fa23b0a97eb4a4b1c5c8ff9fc11f8
Sorry, something went wrong.
cubap
No branches or pull requests
The query for project
is busted. It is checking roles when it should check permissions, so you can only see the Project if you are the creator.
The text was updated successfully, but these errors were encountered: