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

ref: #331 #426 #427 #428
This commit is contained in:
2024-12-21 17:13:00 +09:30
parent c2ad23834e
commit 81dbc30027
2 changed files with 19 additions and 1 deletions

View File

@ -56,6 +56,16 @@ class DeviceModel(DeviceCommonFieldsName, SaveHistory):
}
]
},
{
"name": "Knowledge Base",
"slug": "kb_articles",
"sections": [
{
"layout": "table",
"field": "knowledge_base",
}
]
},
{
"name": "Notes",
"slug": "notes",