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

Nested attribute population strategies #65

Open
dushky opened this issue Jul 29, 2024 · 0 comments
Open

Nested attribute population strategies #65

dushky opened this issue Jul 29, 2024 · 0 comments

Comments

@dushky
Copy link

dushky commented Jul 29, 2024

Extend functionality for nested attributes of already nested attribute.
In this example, the strategy for form_sections is called properly, but section_components is not. It is a strategy that is defined in related model form_sections.

{
  "form_sections": [
    {
      "id": "31ab9129-3ced-4f36-a960-c2429f5fd853",
      "section_components": [
        {
          "id": "ad47882e-a56a-4366-86a4-239abce0b6c9",
          "name": "section component 1"
        },
        {
          "id": "ad47882e-a56a-4366-86a4-239abce0b6c9",
          "name": "section component 2"
        }
      ]
    }
  ]
}
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

No branches or pull requests

1 participant