Skip to content

Commit fd852de

Browse files
committed
Add missing variable assetPath for administration
1 parent 62b2655 commit fd852de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Resources/views/administration/index.html.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
pathInfo: '{{ app.request.pathInfo }}',
9292
liveVersionId: '{{ liveVersionId }}',
9393
systemLanguageId: '{{ systemLanguageId }}',
94-
apiVersion: {{ apiVersion }}
94+
apiVersion: {{ apiVersion }},
95+
assetPath: '{{ asset('', 'asset') }}'
9596
},
9697
appContext: {
9798
features: {{ features|json_encode|raw }},

0 commit comments

Comments
 (0)