Skip to content

Conversation

erfanva
Copy link

@erfanva erfanva commented Nov 2, 2024

Fixed an issue where nested arrays were incorrectly saved as objects during initial creation, resulting in an unexpected data structure. With this fix, nested arrays are now properly initialized and stored as arrays, aligning with expected behavior.

Example of the issue:
Input: ['the', 'issue']
Saved in DB (before fix): { '0': 'the', '1': 'issue' }

Interestingly, this issue only occurred on record creation, while updating a record saved arrays correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant