Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
拡張機能ビルダーで 1:n 関係を持つモデルを保存すると、次のエラーが表示されます。
An object of class "Tx_Extbase_Persistence_ObjectStorage" could not be converted to a plain value.
それを修正するには、拡張機能ビルダーで何を設定する必要がありますか?
そのモデルの拡張ビルダーでは、 の値を の代わりにObject typeに設定する必要があります。 または、生成されたモデル クラスで、拡張されているかどうかを確認します。EntityValue objectTx_Extbase_DomainObject_AbstractEntity
Object type
Entity
Value object
Tx_Extbase_DomainObject_AbstractEntity