Câu hỏi được gắn thẻ «action»


5
Tại sao tôi không thể tiêm ProductRep repositoryInterface trong Magento 2?
Tôi có một hành động điều khiển mà tôi muốn tiêm kho lưu trữ sản phẩm namespace Nosto\Tagging\Controller\Export; use Magento\Catalog\Api\ProductRepositoryInterface; use Magento\Store\Model\StoreManagerInterface; use Magento\Backend\App\Action; use Magento\Framework\App\Action\Context; class Test extends Action { private $_productRepository; public function __construct( Context $context, StoreManagerInterface $storeManager, ProductRepositoryInterface $productRepository ) { parent::__construct($context); $this->_storeManager = $storeManager; $this->_productRepository = …

2
Ghi đè AccountContoder không hoạt động trên Action mới và thực hiện chuyển hướng 302
Tôi đang thử thêm new actionvàoAccountController Bây giờ: AccountControll được ghi đè đúng Nhưng đó là bất cứ khi nào hit new Action (ajaxLoginPostAction) is redirect to 302. Tôi thêm ajaxLoginPost () dưới dạng hành động mở trong hàm preDispatch () nhưngtill is not works. Tại đây config.xml: <?xml version="1.0" …
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.