Merge pull request #3732 from FinnStutzenstein/MotionProjectorFix
Fixed deleted comment fields
This commit is contained in:
commit
7b9d8d11a6
@ -46,6 +46,7 @@ class MotionSlide(ProjectorElement):
|
||||
recommendation_field_id = None
|
||||
|
||||
for id, field in fields.items():
|
||||
if isinstance(field, dict):
|
||||
if field.get('forState', False):
|
||||
state_field_id = id
|
||||
if field.get('forRecommendation', False):
|
||||
|
Loading…
Reference in New Issue
Block a user