1
0
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:
AlanCoding 2017-08-04 15:54:56 -04:00
parent 59d52df6d9
commit 45a58b24a6

View File

@ -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