我按照https://symfony.com/doc/2.x/bundles/SonataAdminBundle/cookbook/recipe_custom_action.html上的说明在 Symfony/Sonata 应用程序中构建自定义 CRUDController。
当我查看列表视图时,我收到以下错误消息:
在渲染模板期间引发了异常(“无法为命名路由“克隆”生成 URL,因为此类路由不存在。”)。
是否需要额外的代码才能让应用程序识别我的新路线?
我按照https://symfony.com/doc/2.x/bundles/SonataAdminBundle/cookbook/recipe_custom_action.html上的说明在 Symfony/Sonata 应用程序中构建自定义 CRUDController。
当我查看列表视图时,我收到以下错误消息:
在渲染模板期间引发了异常(“无法为命名路由“克隆”生成 URL,因为此类路由不存在。”)。
是否需要额外的代码才能让应用程序识别我的新路线?