feat(information_management): Ability to link Knowledge Base article to a Project
ref: #426 #427
This commit is contained in:
@ -249,6 +249,16 @@ class Project(ProjectCommonFieldsName):
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Knowledge Base",
|
||||
"slug": "kb_articles",
|
||||
"sections": [
|
||||
{
|
||||
"layout": "table",
|
||||
"field": "knowledge_base",
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Notes",
|
||||
"slug": "notes",
|
||||
|
Reference in New Issue
Block a user