atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 105 forks source link

Add single page nested Form support #2032

Open mvorisek opened 1 year ago

mvorisek commented 1 year ago

Thank to #2031 we can test cross request changes reliably.

This PR should fix #1375 and #1860 (TODO review before merge) and related https://github.com/atk4/data/issues/881 and https://github.com/atk4/data/pull/1004.

The Form/Crud components for child records work on virtualized database which produces serialized state managed by the main Form and thus no changes are done on the real database until the main Form is submit.

TODO cover (or delete) https://app.codecov.io/gh/atk4/ui/commit/04aba5baff5a8f00747aaa851d34ed49ce3e3995/blob/src/Form/Control/Multiline.php#L430

might need https://github.com/fomantic/Fomantic-UI/issues/2792, https://github.com/fomantic/Fomantic-UI/pull/2944