-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when not implementing position in entity storage #65
Comments
Did you define |
Maybe either Could you check if the latter would solve the issue? |
Yes
Seems to work. |
See #66 |
I implemented an entity storage with group widget. I do not need the position, so I skipped implementing it.
I get following error:
My entity extends
AbstractGroupElementEntity
, where the comment aboveposition
statingDefining this field is optional
.But the
ObjectAccessor
return true for support andEntityStorage::getElementPosition()
return null, since the value is null in my entity (seems to be filled with null by doctrine). Maybe there should be an additional check for the db field?The text was updated successfully, but these errors were encountered: