mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
fix behaviour of CalendarType in Controller and add field users to CalendarType
This commit is contained in:
@@ -88,6 +88,10 @@ class IdToEntityDataTransformer implements DataTransformerInterface
|
||||
return implode(',', $ids);
|
||||
}
|
||||
|
||||
if (null === $value) {
|
||||
return '';
|
||||
}
|
||||
|
||||
$id = call_user_func($this->getId, $value);
|
||||
|
||||
if (null === $id) {
|
||||
|
Reference in New Issue
Block a user