Skip to content

Commit

Permalink
EZP-29904: Unable to select Base translation for a Content Item
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 committed Dec 18, 2018
1 parent 3faf9d8 commit 040def1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/bundle/Resources/views/content/locationview.html.twig
Expand Up @@ -152,7 +152,6 @@
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.location.tab.js'
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.location.visibility.js'
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.location.update.js'
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.location.add.translation.js'
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/button.content.edit.js'
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/udw/move.js'
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/udw/copy.js'
Expand Down
Expand Up @@ -73,7 +73,6 @@
{% block javascripts %}
{% javascripts
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/button.state.toggle.js'
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.location.add.translation.js'
%}
<script type="text/javascript" src="{{ asset_url }}"></script>
{% endjavascripts %}
Expand Down
1 change: 1 addition & 0 deletions src/bundle/Resources/views/layout.html.twig
Expand Up @@ -159,6 +159,7 @@
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.prevent.click.js'
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.picker.js'
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.notifications.modal.js'
'@EzPlatformAdminUiBundle/Resources/public/js/scripts/admin.location.add.translation.js'
%}
<script type="text/javascript" src="{{ asset_url }}"></script>
{% endjavascripts %}
Expand Down

0 comments on commit 040def1

Please sign in to comment.