Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[NEW] Granular permissions for settings #8942
[NEW] Granular permissions for settings #8942
Changes from 13 commits
eed869a
28b769b
8523456
c87a30d
48b1076
daccad8
00e4bb5
9b71b62
293ad73
8f59f1c
8d923c2
a7fdc87
f007231
47d8749
c706dd4
f26246b
cd336fe
c7d7145
4108b7a
02c0160
71beed0
642e3b3
d302fb5
2a0627b
d75b360
200902d
b138793
b2e901a
b94cb37
5c73a9e
a1a0153
e8e8704
a39f732
5397e75
cdbf318
57d8f3e
d59d490
d5a931c
6e778c3
ddd5606
b80e1ec
34d51a4
9a18fcc
a55afb4
93a0464
59e2aab
8419341
7870cd6
d238b7a
f2e8ada
0858217
b09fd79
bb2af49
3808a30
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created a template for the table as both permission tables follow the same scheme.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ne
is not supported by Minimongo. Thus, had to fallback to$where
. Still, this does not seem to work, see the.filter
-comment some lines belowThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any idea why the
$where
has no effect?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can imagine that there are other levels as well, such as the permission to change dedicated roles, thus making it a map