Skip to content

Commit df0376c

Browse files
authored
Merge pull request #30 from tinect/addMissingAdminVariable
Add missing variable assetPath for administration
2 parents 62b2655 + fd852de commit df0376c

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)