ORIENT/modules/backend/behaviors
Samuel Georges 788f109361 Use transactions when saving form models
This is a good idea in general to protect the data integrity. There may be some edge cases where transactions are undesirable, if/when we find one, a configuration option should be created to disable this behavior.
Fixes #2431
2016-10-29 11:28:39 +11:00
..
importexportcontroller Move list pagination out of table footer 2016-09-03 12:13:38 +10:00
listcontroller/partials Move list pagination out of table footer 2016-09-03 12:13:38 +10:00
relationcontroller Encode extra config to isolate the logic 2016-10-15 10:10:11 +11:00
reordercontroller Reorder must use the model `getKey()` method (configurable key name) instead of harcoded `id` property. 2016-08-16 19:36:55 +04:00
FormController.php Use transactions when saving form models 2016-10-29 11:28:39 +11:00
ImportExportController.php Added extended useList options, including raw output 2016-10-06 18:44:26 +11:00
ListController.php Move list pagination out of table footer 2016-09-03 12:13:38 +10:00
RelationController.php Allow passing an explicit format to datepicker 2016-10-20 08:44:14 +11:00
ReorderController.php Add support to extend query on 'nested' sortMode - refs #1519 2015-10-17 12:44:16 +11:00
UserPreferencesModel.php UserPreferences -> UserPreference 2016-05-27 07:35:32 +10:00