Skip to content
Snippets Groups Projects
Commit df15b266 authored by Atte Keinänen's avatar Atte Keinänen Committed by GitHub
Browse files

Merge pull request #4856 from metabase/fix-4808

Show permissions table at schema level (for Redshift etc)
parents e782c86d 989fad88
Branches
Tags
No related merge requests found
......@@ -283,8 +283,8 @@ export const getSchemasPermissionsGrid = createSelector(
],
groups,
permissions: {
header: "Data Access",
"tables": {
header: "Data Access",
options(groupId, entityId) {
return [OPTION_ALL, OPTION_CONTROLLED, OPTION_NONE]
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment