Fix block_policy_inheritance not saving correctly when set in UI
This commit is contained in:
parent
5cd832de89
commit
b1aafe3dbc
|
@ -148,6 +148,7 @@ class AgentEditSerializer(serializers.ModelSerializer):
|
||||||
fields = [
|
fields = [
|
||||||
"id",
|
"id",
|
||||||
"hostname",
|
"hostname",
|
||||||
|
"block_policy_inheritance",
|
||||||
"client",
|
"client",
|
||||||
"site",
|
"site",
|
||||||
"monitoring_type",
|
"monitoring_type",
|
||||||
|
|
Loading…
Reference in New Issue