We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa8691 commit c197e47Copy full SHA for c197e47
1 file changed
docs/AuthRBAC.md
@@ -1036,8 +1036,8 @@ const authProvider = {
1036
// 'products.description' is missing
1037
{ action: 'write', resource: 'products.thumbnail' },
1038
// 'products.image' is missing
1039
- { action: 'write', resource: 'products.Section.description' },
1040
- { action: 'write', resource: 'products.Section.images' },
+ { action: 'write', resource: 'products.section.description' },
+ { action: 'write', resource: 'products.section.images' },
1041
// 'products.Section.stock' is missing
1042
]),
1043
};
0 commit comments