Skip to content

Commit

Permalink
Fix search block filter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Oct 29, 2025
1 parent c5e9e38 commit 928df48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Model/Table/PetitionsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function initialize(array $config): void {
'type' => 'enum',
'class' => 'PetitionStatusEnum'
],
'couIds' => [
'cous' => [
'type' => 'select',
'model' => 'Cous'
]
Expand Down

0 comments on commit 928df48

Please sign in to comment.