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
The fields are saving wrongly/in an unexpected manner.
Scenario: When I edit only the first field 'Duration' and update, the field gets saved to array[1], when it originally should be array[0].
Seems like text_list always removes and saves the changed fields to the end of the array instead of updating the same array item. This poses a problem if we are retrieving the fields in the order that we have specified when registering them.
The text was updated successfully, but these errors were encountered:
I have the following:
The fields are saving wrongly/in an unexpected manner.
Scenario: When I edit only the first field 'Duration' and update, the field gets saved to array[1], when it originally should be array[0].
Seems like text_list always removes and saves the changed fields to the end of the array instead of updating the same array item. This poses a problem if we are retrieving the fields in the order that we have specified when registering them.
The text was updated successfully, but these errors were encountered: