From f84c1632b204181e2ddd1d7747e205198ccb6c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 10 Feb 2025 14:41:53 +0100 Subject: [PATCH] Remove "filter" button from attachment modal in workflows The "filter" button was unnecessary in the document list within the "add attachment" modal and has been removed for simplicity. This change does not involve any schema modifications and resolves issue #358. --- .changes/unreleased/Fixed-20250210-143420.yaml | 6 ++++++ .../WorkflowAttachment/Component/PickGenericDoc.vue | 11 ----------- 2 files changed, 6 insertions(+), 11 deletions(-) create mode 100644 .changes/unreleased/Fixed-20250210-143420.yaml diff --git a/.changes/unreleased/Fixed-20250210-143420.yaml b/.changes/unreleased/Fixed-20250210-143420.yaml new file mode 100644 index 000000000..31c9fcc58 --- /dev/null +++ b/.changes/unreleased/Fixed-20250210-143420.yaml @@ -0,0 +1,6 @@ +kind: Fixed +body: Remove "filter" button on list of documents in the workflow's "add attachement" modal +time: 2025-02-10T14:34:20.906012389+01:00 +custom: + Issue: "358" + SchemaChange: No schema change diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/WorkflowAttachment/Component/PickGenericDoc.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/WorkflowAttachment/Component/PickGenericDoc.vue index 8d0eda735..bf687eca8 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/WorkflowAttachment/Component/PickGenericDoc.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/WorkflowAttachment/Component/PickGenericDoc.vue @@ -232,19 +232,8 @@ const filteredDocuments = computed(() => { - -
- -
- -