mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Fix: fix the loading of pickCenterType when no regroupments exists and
defaults of SocialWorkTypeFilter
This commit is contained in:
@@ -113,7 +113,7 @@ class SocialWorkTypeFilter implements FilterInterface
|
||||
|
||||
public function getFormDefaultData(): array
|
||||
{
|
||||
return ['action_type' => '', 'goal' => '', 'result' => ''];
|
||||
return ['action_type' => [], 'goal' => [], 'result' => []];
|
||||
}
|
||||
|
||||
public function describeAction($data, $format = 'string'): array
|
||||
|
Reference in New Issue
Block a user