Missing titles
This commit is contained in:
@@ -19,13 +19,13 @@ namespace BeWo.Services
|
||||
{UIContext.Customer, "Klienten Übersicht KI Chat" },
|
||||
{UIContext.Person, "Personen Übersicht KI Chat" },
|
||||
{UIContext.Employee, "Mitarbeiter Übersicht KI Chat" },
|
||||
{UIContext.Organisation, "Organisation Übersicht KI Chat" },
|
||||
{UIContext.SupportConcept, "Hilfeplan Übersicht KI Chat" },
|
||||
};
|
||||
|
||||
public AnimatedBeWoWindow GetAiConversationWindow(UIContext uIContext, Control control, double height = 600, double width = 1200)
|
||||
{
|
||||
string title = null;
|
||||
|
||||
UIContext2Header.TryGetValue(uIContext, out title);
|
||||
UIContext2Header.TryGetValue(uIContext, out string title);
|
||||
|
||||
if (string.IsNullOrEmpty(title))
|
||||
title = "default";
|
||||
|
||||
Reference in New Issue
Block a user