You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes it should, you can override the template on your project in the mean time (templates/bundles/SyliusRefundPlugin/_header.html.twig for me, l29 of orderRefunds is a th element). I had the same problem on the refund page itself and used "sylius_locale_country" in templates/bundles/SyliusRefundPlugin/_header.html.twig which displays both locale and country name, not 100% sure that's the one to use tho and don't have time to dig right now.
This PR was merged into the 1.0-dev branch.
Discussion
----------
Close#201. According to my tests, it's the only change needed to make this plugin compatible with 1.7
Commits
-------
2fee6b2 Fix 'Unknown "locale" filter' error
While testing Sylius 1.7 I encountered an error into the administration on
sylius_refund_order_refunds_list
routeThis occurred because of a filter used in
vendor/sylius/refund-plugin/src/Resources/views/orderRefunds.html.twig
line 29.I don't know if it was an old Sylius Twig filter or a Twig add-on one, but maybe this filter can be deleted ?
The text was updated successfully, but these errors were encountered: