mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Merge pull request #196 from AlanCoding/insights_field
allow insights_system_id to self-enforce its read_only property
This commit is contained in:
commit
41d50d366c
@ -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