From 4a6eb36aa488133313c6f848b5f9b9bcd4d0d6cf Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Wed, 1 Jul 2026 13:44:56 +0200 Subject: [PATCH] Context erzeugt rekursion --- .../Context/Summary/Function/ServiceRecordDocumantationFCS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Components/AICore/Context/Summary/Function/ServiceRecordDocumantationFCS.cs b/Server/Components/AICore/Context/Summary/Function/ServiceRecordDocumantationFCS.cs index b980560e5..51dab3828 100644 --- a/Server/Components/AICore/Context/Summary/Function/ServiceRecordDocumantationFCS.cs +++ b/Server/Components/AICore/Context/Summary/Function/ServiceRecordDocumantationFCS.cs @@ -18,7 +18,7 @@ namespace AICore.Context.Summary.Function internal ServiceRecordDocumantationFCS(IEnumerable serviceRecords, CustomerNavigationContextEntry customer, string costBearer, string supportConcept, string dokutext) : base() { - Context = this; + Context = serviceRecords; ServiceRecords = serviceRecords; Customer = customer; CostBearer = costBearer;