You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've been able to track this down to a possible change between 0.12.0-alpha.0 and 0.12.0-alpha.1. If a CasparCG template is providing GDD to SuperConduction, and that GDD description file contains an array, the array data will be duplicated when edited. Losing focus to the text field or clicking the trash can icon seems to be all it takes to cause this bug.
To Reproduce
Steps to reproduce the behavior:
Open 0.12.0-alpha.1 or 0.12.0-alpha.3
Add a CasparCG template with a GDD file that contains an array within the properties
Add the first item to the GDD array. Pressing tab should create a new item, now listed as "0"
Populate the new item, and press tab again. You should now have 4 items visible within the array, with the item originally created being shown twice. Repeat this step again to see items in the list duplicate.
Expected behavior
When I add an item to the list, only a single blank item should be created.
Screenshots
Desktop (please complete the following information):
Describe the bug
I've been able to track this down to a possible change between 0.12.0-alpha.0 and 0.12.0-alpha.1. If a CasparCG template is providing GDD to SuperConduction, and that GDD description file contains an array, the array data will be duplicated when edited. Losing focus to the text field or clicking the trash can icon seems to be all it takes to cause this bug.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When I add an item to the list, only a single blank item should be created.
Screenshots
Desktop (please complete the following information):
Additional context
Sample project here: ArrayTest.zip
The text was updated successfully, but these errors were encountered: