Browse Source
Feature/remove date range from search holdings in assistant component (#5170)
* Remove date range
* Update changelog
pull/4816/merge
Thomas Kaul
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
CHANGELOG.md
-
libs/ui/src/lib/assistant/assistant.component.ts
|
|
@ -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`) |
|
|
|
|
|
@ -609,8 +609,7 @@ export class GfAssistantComponent implements OnChanges, OnDestroy, OnInit { |
|
|
|
id: aSearchTerm, |
|
|
|
type: 'SEARCH_QUERY' |
|
|
|
} |
|
|
|
], |
|
|
|
range: '1d' |
|
|
|
] |
|
|
|
}) |
|
|
|
.pipe( |
|
|
|
catchError(() => { |
|
|
|