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
I still have this issue using symfony 2.8 and the latest version of easyAdmin.
When I try to sort trough a manyToOne attribute, it throw me an error like the one on this issue. ("undefined index).
model is the oneToMany attribute. this entity has a __toString method which return $this->name.
I also added the @ORM\OneToMany(targetEntity="AppBundle\Entity\Intervention", mappedBy="model") in the Model Entity.
Any idea ?
Thank you !
The text was updated successfully, but these errors were encountered:
I'm closing this issue because we're starting a new phase in the history of this bundle (see #2059). We've moved it into a new GitHub organization and we need to start from scratch: no past issues, no pending pull requests, etc.
I understand if you are angry or disappointed by this, but we really need to "reset" everything in order to reignite the development of this bundle.
Copied from this comment by @numerogeek in a closed issue:
I still have this issue using symfony 2.8 and the latest version of easyAdmin.
When I try to sort trough a manyToOne attribute, it throw me an error like the one on this issue. ("undefined index).
My config:
model is the oneToMany attribute. this entity has a __toString method which return $this->name.
I also added the
@ORM\OneToMany(targetEntity="AppBundle\Entity\Intervention", mappedBy="model")
in the Model Entity.Any idea ?
Thank you !
The text was updated successfully, but these errors were encountered: