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
parent
commit
03fc120d50
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 3
      libs/ui/src/lib/assistant/assistant.component.ts

1
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 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 - 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 Chinese (`zh`)
- Improved the language localization for Dutch (`nl`) - Improved the language localization for Dutch (`nl`)
- Improved the language localization for French (`fr`) - Improved the language localization for French (`fr`)

3
libs/ui/src/lib/assistant/assistant.component.ts

@ -609,8 +609,7 @@ export class GfAssistantComponent implements OnChanges, OnDestroy, OnInit {
id: aSearchTerm, id: aSearchTerm,
type: 'SEARCH_QUERY' type: 'SEARCH_QUERY'
} }
], ]
range: '1d'
}) })
.pipe( .pipe(
catchError(() => { catchError(() => {

Loading…
Cancel
Save