From 03fc120d50bb79711f9a91011781e32c7c829a8b Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 16 Jul 2025 08:01:45 +0200 Subject: [PATCH] Feature/remove date range from search holdings in assistant component (#5170) * Remove date range * Update changelog --- CHANGELOG.md | 1 + libs/ui/src/lib/assistant/assistant.component.ts | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201403c03..409b667fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the label for asset profiles with `MANUAL` data source in the chart of the asset profile details dialog in the admin control panel - Improved the label for asset profiles with `MANUAL` data source in the chart of the holding detail dialog +- Removed the date range query parameter from the search for the holdings in the assistant - Improved the language localization for Chinese (`zh`) - Improved the language localization for Dutch (`nl`) - Improved the language localization for French (`fr`) diff --git a/libs/ui/src/lib/assistant/assistant.component.ts b/libs/ui/src/lib/assistant/assistant.component.ts index 0bed65916..41641925e 100644 --- a/libs/ui/src/lib/assistant/assistant.component.ts +++ b/libs/ui/src/lib/assistant/assistant.component.ts @@ -609,8 +609,7 @@ export class GfAssistantComponent implements OnChanges, OnDestroy, OnInit { id: aSearchTerm, type: 'SEARCH_QUERY' } - ], - range: '1d' + ] }) .pipe( catchError(() => {