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
The Tag class has two properties, children and parent. Their relationship is incorrectly mapped and causes doctrine validation to fail.
Steps to Reproduce
Add Neos.Media 5.2 to a project
Run ./flow doctrine:validate
Expected behavior
Validation should pass.
Actual behavior
$ ./flow doctrine:validate
Mapping validation FAILED!
Neos\Media\Domain\Model\Tag
The field Neos\Media\Domain\Model\Tag#children is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Neos\Media\Domain\Model\Tag#parent does not contain the required 'inversedBy="children"' attribute.
Affected Versions
Neos.Media version 5.2
The text was updated successfully, but these errors were encountered:
Description
The Tag class has two properties, children and parent. Their relationship is incorrectly mapped and causes doctrine validation to fail.
Steps to Reproduce
Expected behavior
Validation should pass.
Actual behavior
Affected Versions
Neos.Media version 5.2
The text was updated successfully, but these errors were encountered: