Context erzeugt rekursion

This commit is contained in:
2026-07-01 13:44:56 +02:00
parent f8cfb7939d
commit 4a6eb36aa4

View File

@@ -18,7 +18,7 @@ namespace AICore.Context.Summary.Function
internal ServiceRecordDocumantationFCS(IEnumerable<ServiceRecordContextEntry> serviceRecords, CustomerNavigationContextEntry customer, string costBearer, string supportConcept, string dokutext)
: base()
{
Context = this;
Context = serviceRecords;
ServiceRecords = serviceRecords;
Customer = customer;
CostBearer = costBearer;