mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
ENH Add extension hook for modifying submissions GridField (#1273)
This commit is contained in:
parent
045f6c0e57
commit
6191b4984d
@ -341,6 +341,9 @@ SQL;
|
||||
$this->Submissions()->sort('Created', 'DESC'),
|
||||
$config
|
||||
);
|
||||
|
||||
$this->extend('updateSubmissionsGridField', $submissions);
|
||||
|
||||
return $submissions;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user