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 need to set the order of the root elements for a product catalog category entity. With the current Gedmo tree, I can only sort child nodes and cannot implement sorting since one entity can only have one repository.
The best solution for me would be the ability to specify and combine interfaces for the entity repository, for example NestedTreeRepositoryInterface, SortableRepositoryInterface (... DeletableRepositoryInterface, etc...) and adding the default functionality with traits like NestedTreeRepositoyTrait, SortableRepositoryTrait, etc...
Or could you implement any more solution to sort root nodes for Tree?
The text was updated successfully, but these errors were encountered:
I need to set the order of the root elements for a product catalog category entity. With the current Gedmo tree, I can only sort child nodes and cannot implement sorting since one entity can only have one repository.
The best solution for me would be the ability to specify and combine interfaces for the entity repository, for example NestedTreeRepositoryInterface, SortableRepositoryInterface (... DeletableRepositoryInterface, etc...) and adding the default functionality with traits like NestedTreeRepositoyTrait, SortableRepositoryTrait, etc...
Or could you implement any more solution to sort root nodes for Tree?
The text was updated successfully, but these errors were encountered: