allow filtering servers by description; closes #4150
This commit is contained in:
parent
b3a57bd0ad
commit
ca39830333
2 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ class ClientController extends ClientApiController
|
|||
)->allowedFilters([
|
||||
'uuid',
|
||||
'name',
|
||||
'description',
|
||||
'external_id',
|
||||
AllowedFilter::custom('*', new MultiFieldServerFilter()),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue