work on create calendar

This commit is contained in:
2022-05-13 13:49:24 +02:00
parent 7859439f0b
commit 4be3efc619
10 changed files with 128 additions and 44 deletions

View File

@@ -43,6 +43,9 @@ class EntityToJsonTransformer implements DataTransformerInterface
public function reverseTransform($value)
{
dump($value);
dump($this->type);
dump($this->multiple);
$denormalized = json_decode($value, true);
if ($this->multiple) {