Data View Dialog Modes
Status: Pre-Alpha
Brought to you by:
mdl_kid
Dynamic generation of basic CRUD Dialogs with save and cancel buttons could have different modes, one to persist the data and one to not. This would allow DataViews that are getting created from a parent which is not yet saved to function properly and not persist until the parent is persisted. So the non save mode would probably be a configuration option and by default it would go into a save mode.
This is all assuming we find a way to hook in the persistence code, which shouldn't be too horribly difficult but we only have one method to test with currently which might not be dynamic enough for a general audience.