mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
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…
Reference in New Issue
Block a user