[Closed] Set default repository when using Gedmo Tree

0 votes
asked Sep 8, 2016 in Solved by alexndlm (400 points)
recategorized Oct 5, 2016 by ludek.vodicka

It is required to set repository Gedmo\Tree\Entity\Repository\NestedTreeRepository for using repository methods.
I suggest that if no repository for the table and use this extension - set the repository automatic.

commented Sep 8, 2016 by ludek.vodicka Skipper developer (140,450 points)

Unfortunately such behavior isn't currently possible. It's because repository is completely different attribute than @Gedmo attributes and such cross-filling isn't possible.

commented Sep 8, 2016 by alexndlm (400 points)

Thanks for the reply.

Please log in or register to answer this question.

...