You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating to doctrine/orm 2.18.0 an exception occurs on Medias with multiple file versions:
The given entity of type 'Sulu\Bundle\TagBundle\Entity\Tag' (Sulu\Bundle\TagBundle\Entity\Tag@1553) has no identity/no id values set. It cannot be added to the identity map.
Steps to Reproduce
Update to doctine/orm 2.18.0
Possible Solutions
This can be avoided by defining a conflict entry in composer.json to enforce an older version but this should not be the solution to the problem as newer doctrine/orm versions should be supported
"conflict": {
"doctrine/orm": ">= 2.16.0"
},
The text was updated successfully, but these errors were encountered:
Actual Behavior
When updating to doctrine/orm 2.18.0 an exception occurs on Medias with multiple file versions:
The given entity of type 'Sulu\Bundle\TagBundle\Entity\Tag' (Sulu\Bundle\TagBundle\Entity\Tag@1553) has no identity/no id values set. It cannot be added to the identity map.
Steps to Reproduce
Update to doctine/orm 2.18.0
Possible Solutions
This can be avoided by defining a conflict entry in composer.json to enforce an older version but this should not be the solution to the problem as newer doctrine/orm versions should be supported
The text was updated successfully, but these errors were encountered: