Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comprehensive test for nested array attributes in approval process #69

Conversation

cjmellor
Copy link
Owner

This PR adds a new test case that validates the handling of nested array attributes through the approval process. The test ensures that:

  • Multiple array-cast attributes are handled correctly
  • Complex nested data structures are preserved
  • Data integrity is maintained through the approval process
  • Array casting works correctly after model retrieval

Fixes #68

- Adds a new test case to validate handling of nested array attributes through the approval process.
- Ensures multiple array-cast attributes are handled correctly.
- Verifies preservation of complex nested data structures.
- Confirms data integrity is maintained and array casting works after model retrieval.
- Addresses Issue #68.
@cjmellor cjmellor added the bug Something isn't working label Nov 10, 2024
@cjmellor cjmellor self-assigned this Nov 10, 2024
@cjmellor cjmellor linked an issue Nov 10, 2024 that may be closed by this pull request
@cjmellor cjmellor merged commit 72d9875 into main Nov 10, 2024
5 checks passed
@cjmellor cjmellor deleted the 68-issue-creating-an-approval-when-it-has-a-field-cast-as-array-type branch November 10, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue creating an approval when it has a field cast as "array" type
1 participant