- Issue created by @larowlan
In
π
Move form state into the global store
Active
we added a redux slice for form state.
At present we're setting values one by one from inputBehaviours
We need to be able to set these in bulk in two scenarios:
Modify the response from the component props form to send the initial state of the model in an additional top level key.
Use onQueryStarted
in the form data api slice to set the form state values from that key
Add an ajax command that can set the form state values in bulk
Append that command to the ajax response for either of the two forms
Postponed
0.0
Redux-integrated field widgets