feat(itam): Add model_tag to DeviceType model

ref:#817 #803 closes #581 #582
This commit is contained in:
2025-06-11 17:11:49 +09:30
parent 731c069c0b
commit b5de17441b
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ class DeviceType(
CenturionModel,
):
model_tag = 'device_type'
class Meta:

View File

@ -78,7 +78,7 @@ A Model link is a reference to an item within the database. Supported model link
| config groups| `$config_group-<id>` |
| device| `$device-<id>` |
| devicemodel| `$device_model-<id>` |
| devicetype| `$-<id>` |
| devicetype| `$device_type-<id>` |
| entity | `$entity-<id>` |
| externallink| `$-<id>` |
| featureflag| `$feature_flag-<id>` |