Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 045d702

Browse files
Correction fatal error sur recherche par mots clés
1 parent 3055f67 commit 045d702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Crud/ProcessCrudController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function configureCrud(Crud $crud): Crud
4444
$crud->showEntityActionsInlined();
4545
$crud->setDefaultSort(['lastExecutionDate' => SortOrder::DESC]);
4646
$crud->setEntityPermission('ROLE_ADMIN');
47-
$crud->setSearchFields(['processCode, source, target']);
47+
$crud->setSearchFields(['processCode', 'source', 'target']);
4848

4949
return $crud;
5050
}

0 commit comments

Comments
 (0)