1
0
mirror of https://github.com/silverstripe/silverstripe-userforms.git synced 2024-10-22 17:05:42 +02:00
silverstripe-userforms/code
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
..
extensions Merge branch '4.0' into 4.1 2017-02-03 14:39:36 +00:00
formfields BUG Fix issue with UserFormsCheckboxSetField 2016-12-21 15:09:27 +13:00
forms Merge branch '3.1' into 4.0 2016-09-23 17:24:09 +01:00
model FIX Pass submissions GridFieldConfig to GridField constructor to avoid error in state 2017-06-20 15:35:36 +12:00
modifiers Convert to psr-2 2016-08-09 17:05:22 +12:00
tasks Convert to psr-2 2016-08-09 17:05:22 +12:00
UserFormsGridFieldFilterHeader.php Convert to psr-2 2016-08-09 17:05:22 +12:00