mirror of https://github.com/veops/cmdb.git
parent
b08fa206e4
commit
2c12f5fc6f
|
@ -1188,6 +1188,8 @@ class CITypeTemplateManager(object):
|
|||
i.pop('choice_web_hook', None)
|
||||
i.pop('choice_other', None)
|
||||
i.pop('order', None)
|
||||
i.pop('inherited', None)
|
||||
i.pop('inherited_from', None)
|
||||
choice_value = i.pop('choice_value', None)
|
||||
if not choice_value:
|
||||
i['is_choice'] = False
|
||||
|
|
Loading…
Reference in New Issue