fix(api): import CIType

fix(api): import CIType
This commit is contained in:
pycook
2024-03-26 16:53:10 +08:00
committed by GitHub
parent b08fa206e4
commit 2c12f5fc6f

View File

@@ -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