mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
allow insights_system_id to self-enforce its read_only property
This commit is contained in:
parent
59d52df6d9
commit
45a58b24a6
@ -1203,7 +1203,6 @@ class InventoryScriptSerializer(InventorySerializer):
|
||||
|
||||
class HostSerializer(BaseSerializerWithVariables):
|
||||
show_capabilities = ['edit', 'delete']
|
||||
insights_system_id = serializers.CharField(allow_blank=True, allow_null=True, required=False, default=None)
|
||||
|
||||
class Meta:
|
||||
model = Host
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user