We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dd9f2 commit 2989429Copy full SHA for 2989429
Form/DataTransformer/EntitiesToPropertyTransformer.php
@@ -69,7 +69,7 @@ public function transform($entities)
69
: $this->accessor->getValue($entity, $this->textProperty);
70
71
if ($this->em->contains($entity)) {
72
- $value = $this->accessor->getValue($entity, $this->primaryKey);
+ $value = (string) $this->accessor->getValue($entity, $this->primaryKey);
73
} else {
74
$value = $this->newTagPrefix . $text;
75
$text = $text.$this->newTagText;
0 commit comments