We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51b420f + 9d3cf8f commit 8aa91f7Copy full SHA for 8aa91f7
1 file changed
src/BootstrapAdminUi/templates/shared/crud/index/content/header/breadcrumbs.html.twig
@@ -9,9 +9,7 @@
9
{% set title = hookable_metadata.configuration.title %}
10
{% endif %}
11
12
-{% set dashboard_path = hookable_metadata.context.routing.dashboard_path|default('/admin') %}
13
-
14
{{ breadcrumbs([
15
- { 'name': 'sylius.ui.dashboard', 'url': dashboard_path, 'active': false },
+ { 'name': 'sylius.ui.dashboard', 'url': path('sylius_admin_ui_dashboard'), 'active': false },
16
{ 'name': title, 'active': true },
17
]) }}
0 commit comments