Fixed a bug with ERI data source retrieval process loading (#514)

This commit is contained in:
Thorsten Sommer 2025-06-27 22:03:51 +02:00 committed by GitHub
parent 87bb04e3c0
commit 1b8ed286e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -107,6 +107,12 @@ public partial class DataSourceERI_V1Dialog : MSGComponentBase, ISecretId
this.dataSecurityPolicy = this.DataSource.SecurityPolicy;
this.dataMaxMatches = this.DataSource.MaxMatches;
// We cannot load the retrieval processes now, since we have
// to load the data first. But while doing so, we can need to
// restore the selected retrieval process id. That's why we
// assign the selected retrieval id to the default retrieval process:
this.dataSelectedRetrievalProcess = this.dataSelectedRetrievalProcess with { Id = this.DataSource.SelectedRetrievalId };
if (this.dataAuthMethod is AuthMethod.TOKEN or AuthMethod.USERNAME_PASSWORD)
{
// Load the secret:

View File

@ -3,6 +3,7 @@
- Improved the loading of some components that require data fetching, resulting in a more responsive UI.
- Improved some awkward phrasings in English and German.
- Changed the timestamp display to use the local datetime format for the chats and assistants.
- Fixed a bug when editing data sources that caused the selected retrieval process of an ERI data source to not load correctly.
- Upgraded to Rust 1.88.0.
- Upgraded MudBlazor to version 8.8.0.
- Upgraded Pdfium to version 137.0.7215.0.