Skip to content

Commit

Permalink
fix(rbac): content editor access to nlu/qna
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Sep 16, 2019
1 parent d1caacb commit 58291b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bp/common/default-roles.ts
Expand Up @@ -44,6 +44,8 @@ export const defaultRoles: AuthRole[] = [
{ res: 'admin.collaborators.*', op: '-r' },
{ res: 'bot.flows', op: '+r-w' },
{ res: 'bot.content', op: '+r+w' },
{ res: 'module.qna', op: '+r+w' },
{ res: 'module.nlu', op: '+r+w' },
{
res: 'module.code-editor.*',
op: '-r-w'
Expand Down

0 comments on commit 58291b0

Please sign in to comment.