fix: remove Guest permission on Help Article (#24082)
This commit is contained in:
parent
4c9bf957d8
commit
bb6911101e
2 changed files with 2 additions and 5 deletions
|
|
@ -113,7 +113,7 @@
|
|||
"index_web_pages_for_search": 1,
|
||||
"is_published_field": "published",
|
||||
"links": [],
|
||||
"modified": "2022-12-15 20:05:11.317400",
|
||||
"modified": "2024-01-02 11:34:43.594309",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Website",
|
||||
"name": "Help Article",
|
||||
|
|
@ -136,10 +136,6 @@
|
|||
"read": 1,
|
||||
"role": "Knowledge Base Contributor",
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"read": 1,
|
||||
"role": "Guest"
|
||||
}
|
||||
],
|
||||
"sort_field": "modified",
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ class HelpArticle(WebsiteGenerator):
|
|||
route: DF.Data | None
|
||||
title: DF.Data
|
||||
# end: auto-generated types
|
||||
|
||||
def validate(self):
|
||||
self.set_route()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue