We use some custom Route factories (to be specific, a Controller managing a single item and a Controller handling server-internal requests).
Right now this means we need to copy the whole CrudRoutesFactory logic because it cannot be extended. Because all methods of CrudRoutesFactory are private. Please update the methods to be protected so that we can extend it. Thanks!
hi, yes, I'll do that in the next release
is there something I can help with about this issue ? this is kinda blocker for me.
@zMotivat0r hey Michael, any news on making CrudRoutesFactory methods protected instead of private? :)
Most helpful comment
hi, yes, I'll do that in the next release