Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我们当前 Magento 后端的大量网格表单中,单击“搜索”或“重置过滤器”按钮将重定向到管理员用户起始页。这发生在相关产品、销售订单和任何这些样式的表单中,目录 >> 管理产品中的产品列表除外
它发生在哪个浏览器中?如果它发生在 IE9 中,那么您可以将 Magento 使用的 JS Prototype 框架至少升级到 1.7。
添加:
public function gridAction(){ $this->loadLayout(); $this->renderLayout(); }
到你的控制器