feat(access): Enable specifying the kb model to use for linking kb article to a model

ref: #707
This commit is contained in:
2025-04-03 18:11:03 +09:30
parent 3417e37317
commit 03a9582703
4 changed files with 30 additions and 8 deletions

View File

@ -172,6 +172,13 @@ class TenancyObject(SaveHistory):
the API version, i.e. `v2:devops`.
"""
kb_model_name: str = None
"""Model name to use for KB article linking
This value is derived from `<model>._meta.model_name`. This value should
only be used when there is model inheritence.
"""
note_basename: str = None
"""URL BaseName for the notes endpoint.