fix(itam): ensure RO field asset_type is set

ref: #742 #692
This commit is contained in:
2025-05-08 14:25:47 +09:30
parent a71b5e6aba
commit 46c4fe9516

View File

@ -47,6 +47,7 @@ class ModelSerializer(
read_only_fields = [
'id',
'display_name',
'asset_type',
'itam_type',
'created',
'modified',