feat(information_management): Ability to link Knowledge Base article to a Project

ref: #426 #427
This commit is contained in:
2024-12-21 17:10:34 +09:30
parent e34a5eec5b
commit 11169d8722
2 changed files with 18 additions and 0 deletions

View File

@ -249,6 +249,16 @@ class Project(ProjectCommonFieldsName):
}
]
},
{
"name": "Knowledge Base",
"slug": "kb_articles",
"sections": [
{
"layout": "table",
"field": "knowledge_base",
}
]
},
{
"name": "Notes",
"slug": "notes",