silverstripe-userforms/code/model
Robbie Averill d88ce28174 FIX Pass submissions GridFieldConfig to GridField constructor to avoid error in state
This framework bug causes the submissions GridField to lose the filter context when exporting as CSV. Passing the config directly to the GridField constructor allows the state to be set containing the config, where setting it after construction will lose this context. This will be fixed in SS 3.5.x and 3.6.x core releases, but this fix patches it for userforms anyway.
2017-06-20 15:35:36 +12:00
..
editableformfields leave escaping of value to template 2017-06-13 09:49:02 +10:00
recipients FIX Use configuration nesting wrapper around themed preview logic 2017-06-09 10:19:58 +12:00
submissions Convert to psr-2 2016-08-09 17:05:22 +12:00
EditableCustomRule.php Convert to psr-2 2016-08-09 17:05:22 +12:00
UserDefinedForm.php FIX Pass submissions GridFieldConfig to GridField constructor to avoid error in state 2017-06-20 15:35:36 +12:00