Our current focus is working on improvements for CMS 6, including standardising FormField validation, refactoring LeftAndMain, refactoring Versioned, and upgrading dependencies.
Changes for CMS 6
- Implement DBField validation
- Refactor formschema logic from
LeftAndMain
into its own abstract class - Refactor logic for sections that deal with only a single record out of
LeftAndMain
into its own class - Form submission doesn’t go through
Form::saveInto()