Skip to content

Commit

Permalink
Merge pull request #768 from dew326/unable-to-translate
Browse files Browse the repository at this point in the history
EZP-29904: Unable to select Base translation for a Content Item
  • Loading branch information
Łukasz Serwatka committed Dec 18, 2018
2 parents 8da4b6f + 040def1 commit e51b833
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 e51b833

Please sign in to comment.