删除“新”来自后端应用程序模块 symfony 的操作
我在后端应用程序中创建了一个模块。需要删除“新”操作,但不幸的是我不知道如何从generator.yml中删除它:(
I have created a module in backend application. need to remove the 'new' action, but unfortunately i don't know how to remove this from generator.yml :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以指定各种视图(在本例中为列表视图)上可用的操作。我已从生成器配置中删除了不适用的选项。
通过在 list:actions 设置上设置一个空数组,您可以删除指向新操作的链接。
请参阅 http://www.symfony 的“列表”部分-project.org/reference/1_4/en/06-Admin-Generator#chapter_06_actions
You can specifiy the actions available on the various views, in this case the list view. I have removed the options from the generator config that are not applicable.
By setting an empty array on the list:actions setting you can remove the link to the new action.
See 'Lists' section at http://www.symfony-project.org/reference/1_4/en/06-Admin-Generator#chapter_06_actions