mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 13:20:33 +08:00
fix(api): import CIType
fix(api): import CIType
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user