From e01f0389d4c928aa33ea765d1cdcb3940bbe06c1 Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:42:22 +0200 Subject: [PATCH] [MNT-24848] Include properties in search header calls (#4496) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [MNT-24848] Include properties in search header calls * [MNT-24848] [E2E] Excluded XAT-17700 and XAT-17702 --------- Co-authored-by: Adam Świderski --- app/src/app.config.json | 1 + e2e/playwright/search/exclude.tests.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/app.config.json b/app/src/app.config.json index cc1632542..b12bb906d 100644 --- a/app/src/app.config.json +++ b/app/src/app.config.json @@ -126,6 +126,7 @@ }, "search-headers": { "filterWithContains": true, + "include": ["path", "allowableOperations", "properties"], "app:fields": [ "cm:name", "cm:title", diff --git a/e2e/playwright/search/exclude.tests.json b/e2e/playwright/search/exclude.tests.json index 6b20c23ce..919aeb8a0 100644 --- a/e2e/playwright/search/exclude.tests.json +++ b/e2e/playwright/search/exclude.tests.json @@ -3,5 +3,7 @@ "XAT-5600": "https://hyland.atlassian.net/browse/ACS-6928", "XAT-17697": "https://hyland.atlassian.net/browse/ACS-7464", "XAT-5580": "https://hyland.atlassian.net/browse/ACS-7682", - "XAT-5571": "https://hyland.atlassian.net/browse/ACS-9192" + "XAT-5571": "https://hyland.atlassian.net/browse/ACS-9192", + "XAT-17700": "https://hyland.atlassian.net/browse/ACS-9482", + "XAT-17702": "https://hyland.atlassian.net/browse/ACS-9482" }