Merge branch '6' into 7

This commit is contained in:
github-actions 2024-03-13 12:37:16 +00:00
commit a7fcda8665
1 changed files with 3 additions and 0 deletions

View File

@ -341,6 +341,9 @@ SQL;
$this->Submissions()->sort('Created', 'DESC'),
$config
);
$this->extend('updateSubmissionsGridField', $submissions);
return $submissions;
}