remove check of as widget item for env groups

This commit is contained in:
iLLiCiTiT 2020-11-20 12:36:32 +01:00
parent 81caa9273b
commit 2ac5333fc7

View file

@ -160,11 +160,6 @@ class SettingObject:
"Item {} does not allow to store environment values"
).format(input_data["type"]))
if self.as_widget:
raise TypeError((
"Item is used as widget and"
" marked to store environments at the same time."
))
self.add_environ_field(self)
any_parent_as_widget = parent.as_widget