diff --git a/app/decorators.py b/app/decorators.py index c349fb9..b9e9bee 100644 --- a/app/decorators.py +++ b/app/decorators.py @@ -115,7 +115,7 @@ def func_wrapper(*args, **kwargs): obj_id = kwargs.get('id') content = request.get_json(force=True, silent=True) - editable_properties = [ 'name', 'environment_id', 'class_id', 'hostgroup_id' ] + editable_properties = [ 'name', 'environment_id', 'class_id', 'hostgroup_id', 'content' ] updates = False for prop in editable_properties: if prop in content: