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
If you have an entity A with a one-to-many collection to entity B and you use a form for entity A with the option allow_add for the collection you can have the following issue:
If entity A only contains a methods addB() but doesn't contain removeB() the PropertyAccessor doesn't return any method in findAdderAndRemover() and then throws a NoSuchPropertyException in writeProperty().