feat(devops): Add model tag attribute to model

ref: #773 #515 #576
This commit is contained in:
2025-05-27 10:17:05 +09:30
parent 17f4295763
commit e554923c0b
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@ class GitGroup(
documentation = ''
model_tag = 'git_group'
page_layout: dict = [
{
"name": "Details",

View File

@ -83,6 +83,7 @@ A Model link is a reference to an item within the database. Supported model link
| externallink| `$-<id>` |
| featureflag| `$feature_flag-<id>` |
| gitrepository| `$git_repository-<id>` |
| gitgroup| `$git_group-<id>` |
| group| `$-<id>` |
| it_asset | `$it_asset-<id>` |
| knowledgebase| `$kb-<id>` |