Skip to content

Commit 80b9871

Browse files
#113907 - (back office) Problème d'enregistrement des contenus
1 parent 33ccab2 commit 80b9871

File tree

5 files changed

+10
-20
lines changed

5 files changed

+10
-20
lines changed

bundle/DependencyInjection/EzPlatformAutomatedTranslationExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function load(array $configs, ContainerBuilder $container): void
4545
return;
4646
}
4747

48-
$loader->load('ezadminui.yml');
4948
$loader->load('default_settings.yml');
5049
$loader->load('services.yml');
5150
// always needed because of Bundle extension.

bundle/Resources/config/ezadminui.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

bundle/Resources/views/ezadminui/javascripts.html.twig

Lines changed: 0 additions & 1 deletion
This file was deleted.

bundle/Resources/views/ezadminui/stylesheet.html.twig

Lines changed: 0 additions & 1 deletion
This file was deleted.

bundle/Resources/views/themes/admin/auto_translation/view.html.twig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{% extends '@ibexadesign/ui/layout.html.twig' %}
22

3+
{% block javascripts %}
4+
{{ parent() }}
5+
{{ encore_entry_script_tags('ezplatform-automated-translation-js', null, 'ibexa') }}
6+
{% endblock %}
7+
8+
{% block stylesheets %}
9+
{{ parent() }}
10+
{{ encore_entry_link_tags('ezplatform-automated-translation-css', null, 'ibexa') }}
11+
{% endblock %}
12+
313
{% block content %}
414
{% if form_search.vars.data.sort is defined %}
515
{% set current_field = form_search.vars.data.sort['field'] %}

0 commit comments

Comments
 (0)