From e339623e2d4c3d0f5590b10fbb4dab333d87bb3b Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 26 Nov 2024 13:17:24 +0100 Subject: [PATCH] Fix within ListWorkflow component + include ux_translator config file --- config/packages/ux_translator.yaml | 3 +++ .../public/vuejs/_components/EntityWorkflow/ListWorkflow.vue | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 config/packages/ux_translator.yaml diff --git a/config/packages/ux_translator.yaml b/config/packages/ux_translator.yaml new file mode 100644 index 000000000..1c1c70608 --- /dev/null +++ b/config/packages/ux_translator.yaml @@ -0,0 +1,3 @@ +ux_translator: + # The directory where the JavaScript translations are dumped + dump_directory: '%kernel.project_dir%/var/translations' diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue index 67bad715e..5fdbbc7e3 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/_components/EntityWorkflow/ListWorkflow.vue @@ -91,7 +91,7 @@ import { trans, SEE, BY_USER, WORKFLOW_AT, WORKFLOW_YOU_SUBSCRIBED_TO_ALL_STEPS, if (step.transitionPrevious != null) { return `` ; }