Skip to content

Commit 5f4e6d3

Browse files
author
al.kravchuk
committed
magento/magento2#?: Fix Translation of error message on cart for deleted bundle option.
- change plugin sort order in case to prevent loading of not translatable messages for Localized exception in beforeDispatch plugin.
1 parent c7e31c0 commit 5f4e6d3

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Store/etc

1 file changed

+1
-1
lines changed

app/code/Magento/Store/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<preference for="Magento\Framework\App\Router\PathConfigInterface" type="Magento\Store\Model\PathConfig" />
6666
<type name="Magento\Framework\App\Action\AbstractAction">
6767
<plugin name="storeCheck" type="Magento\Store\App\Action\Plugin\StoreCheck" sortOrder="10"/>
68-
<plugin name="designLoader" type="Magento\Framework\App\Action\Plugin\Design" sortOrder="30"/>
68+
<plugin name="designLoader" type="Magento\Framework\App\Action\Plugin\Design" />
6969
</type>
7070
<type name="Magento\Framework\Url\SecurityInfo">
7171
<plugin name="storeUrlSecurityInfo" type="Magento\Store\Url\Plugin\SecurityInfo"/>

0 commit comments

Comments
 (0)