mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fix missing payment request breadcrumb
This commit is contained in:
parent
38b2de2de9
commit
cf20967701
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@
|
|||
{{ breadcrumbs([
|
||||
{ name: 'sylius.ui.dashboard', url: path('sylius_admin_dashboard'), active: false },
|
||||
{ name: 'sylius.ui.payments'|trans, url: path('sylius_admin_payment_index'), active: false },
|
||||
{ name: configuration.request.get('id'), active: false },
|
||||
{ name: configuration.request.get('paymentId'), active: true },
|
||||
{ name: 'sylius.ui.payment_requests'|trans, active: true },
|
||||
]) }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue