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 ba34c26 commit a574d24Copy full SHA for a574d24
src/AppBundle/Form/Type/TagsInputType.php
@@ -44,7 +44,6 @@ public function __construct(ObjectManager $manager)
44
public function buildForm(FormBuilderInterface $builder, array $options)
45
{
46
$builder
47
- ->setByReference(false)
48
// We need to transform the tags collection into a comma separated string format
49
// so we are reusing an existing one to simplify the code, but you could build
50
// only one to do all transformation (i.e. Collection <-> string).
0 commit comments