After updating to 6+ I see some changes in ORM. Looks like just removed "getLinkMultipleCollection" without providing alternatives and this change not documented.
Most of my fields with additionalColumns in EntityDef now working with bugs. Related to UI, field still show inputs for columns, but always empty. If I put something to input and save - it send's to API normally like before, but after refresh API return something like:
This is a bug or new changes? What I can do to restore my functionality regarding to new API
Most of my fields with additionalColumns in EntityDef now working with bugs. Related to UI, field still show inputs for columns, but always empty. If I put something to input and save - it send's to API normally like before, but after refresh API return something like:
Code:
{ id: .... name: .... usersColumns: { 5f7311e....270def: { projectRole: null <---- always null in all my entities } } }
Comment