Fix block_policy_inheritance not saving correctly when set in UI

This commit is contained in:
sadnub 2021-09-24 17:43:08 -04:00 committed by GitHub
parent 5cd832de89
commit b1aafe3dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ class AgentEditSerializer(serializers.ModelSerializer):
fields = [
"id",
"hostname",
"block_policy_inheritance",
"client",
"site",
"monitoring_type",