Skip to content

Commit

Permalink
Merge pull request #30 from tinect/addMissingAdminVariable
Browse files Browse the repository at this point in the history
Add missing variable assetPath for administration
  • Loading branch information
runelaenen authored Oct 27, 2020
2 parents 62b2655 + fd852de commit df0376c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/views/administration/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
pathInfo: '{{ app.request.pathInfo }}',
liveVersionId: '{{ liveVersionId }}',
systemLanguageId: '{{ systemLanguageId }}',
apiVersion: {{ apiVersion }}
apiVersion: {{ apiVersion }},
assetPath: '{{ asset('', 'asset') }}'
},
appContext: {
features: {{ features|json_encode|raw }},
Expand Down

0 comments on commit df0376c

Please sign in to comment.