[MNT-24848] Include properties in search header calls (#4496)

* [MNT-24848] Include properties in search header calls

* [MNT-24848] [E2E] Excluded XAT-17700 and XAT-17702

---------

Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
This commit is contained in:
MichalKinas 2025-04-01 14:42:22 +02:00 committed by GitHub
parent c09bfc0809
commit e01f0389d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -126,6 +126,7 @@
},
"search-headers": {
"filterWithContains": true,
"include": ["path", "allowableOperations", "properties"],
"app:fields": [
"cm:name",
"cm:title",

View File

@ -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"
}