This commit is contained in:
2026-06-19 15:02:16 +02:00
parent 2527644360
commit 24a6761fb1

View File

@@ -5088,9 +5088,12 @@ namespace BeWo.View.Detail.Zeiterfassung
{
var records = GetVisibleRecordVMs();
var context = ViewModel.GetVisibleInformationReferences(records);
var oid = supportConceptSelectionControl.SelectedItem.SupportConceptTreeNodeDC.SupportConcept.SupportConceptOid;
var oid = supportConceptSelectionControl.SelectedItem.SupportConceptTreeNodeDC?.SupportConcept.SupportConceptOid;
var dc = new AiViewContextDC()
if (!chkWithClient.IsChecked.Value)
oid = null;
var dc = new AiViewContextDC()
{
Primary = oid,
References = context