From 02670983dbbf85325e4048888f60f550adfe6d0d Mon Sep 17 00:00:00 2001 From: Jonas De Gauquier Date: Tue, 6 Oct 2020 09:27:30 +0200 Subject: [PATCH] fixed quick export --- Resources/config/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/config/actions.yml b/Resources/config/actions.yml index 2cfe525..bf815ca 100644 --- a/Resources/config/actions.yml +++ b/Resources/config/actions.yml @@ -45,7 +45,7 @@ services: - '@pim_custom_entity.action_event_manager' - '@pim_custom_entity.manager.registry' - '@router' - - '@translator' + - '@translator.default' - '@pim_datagrid.extension.mass_action.dispatcher' - '@akeneo_batch.job.job_instance_repository' - '@akeneo_batch.launcher.simple_job_launcher'