The form s client data is expected to be of type scalar, but is an instance of class DoctrineORMPersistentCollection. You can avoid this error by setting the "data_class" option to "DoctrineORMPersistentCollection" or by adding a client transformer that transforms DoctrineORMPersistentCollection to scalar.
在这里,我得到了什么 当我使用表格 使用收藏,
我把有关文件放在Gist之下,我删除了所有不必要的代码:https://gist.github.com/2769672
我在研究 TeamType
表格(类 Team
),我有2个收藏字段 " Conditions
和 /Links
"。
这个问题发生在我处理作曲家.phar更新(我使用Symfony 2. 1)之后。
我不明白的是 为什么我得到这个 尽管我有"data_data_ class
"的选项
谢谢 谢谢