Skip to content

Commit

Permalink
fix: writer has permission to view page_content
Browse files Browse the repository at this point in the history
  • Loading branch information
cptrodgers committed Jul 21, 2024
1 parent 53f66e1 commit 1de6777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphql_server/authorization.polar
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ resource DocumentAuth {
"view_document" if "reader";

"reader" if "writer";
"view_page_content" if "writer";
"edit_document" if "writer";
"interactive_with_tool" if "writer";
"view_answer" if "writer";
Expand Down

0 comments on commit 1de6777

Please sign in to comment.