From 53b47476974e27123c42ec4e43abc14e04108c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 16 Nov 2023 11:55:15 +0100 Subject: [PATCH] fixup! Export: in filter "Filter accompanying period work (social action) by type, goal and result", order the items alphabetically or with the defined order --- .../Resources/public/vuejs/ExportFormActionGoalResult/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/ExportFormActionGoalResult/App.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/ExportFormActionGoalResult/App.vue index 235fae90b..0d91bbbf0 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/ExportFormActionGoalResult/App.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/ExportFormActionGoalResult/App.vue @@ -163,7 +163,6 @@ export default { async getSocialActionsList() { let actions = await getSocialActions(); this.actions.options = actions.toSorted(function (a, b) { - console.log(a, b); if (a.issue.ordering === b.issue.ordering) { if (a.ordering === b.ordering) { return 0;