Add allowed sort.

This commit is contained in:
James Cole 2021-05-24 10:13:35 +02:00
parent bd181aeed4
commit 85ff048fd8
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -165,6 +165,7 @@ return [
TransactionJournal::class,
Recurrence::class,
],
'allowed_sort_parameters' => ['order', 'name', 'iban'],
'allowedMimes' => [
/* plain files */
'text/plain',