From 4079acddce984301dda3d64b0a007726c0a562d3 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Wed, 11 Sep 2024 14:22:01 +0200 Subject: [PATCH] Debug Config auf SimpleAutoLogin gesetzt Wohnhilfe Feld gefehlt --- BeWo/DebugConfig.cs | 2 +- .../Wohnhilfe/CustomerWohnhilfeControl.xaml | 24 ++++++++++++------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/BeWo/DebugConfig.cs b/BeWo/DebugConfig.cs index a0e6d53c1..904ee51c2 100644 --- a/BeWo/DebugConfig.cs +++ b/BeWo/DebugConfig.cs @@ -21,7 +21,7 @@ namespace BeWo { #if DEBUG - return _CurrentConfig ?? (_CurrentConfig = FeatureWohnhilfe); + return _CurrentConfig ?? (_CurrentConfig = SimpleAutoLogin); #endif diff --git a/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml b/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml index 304e50148..8a2cc4d4f 100644 --- a/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml +++ b/BeWo/View/Controls/Wohnhilfe/CustomerWohnhilfeControl.xaml @@ -35,7 +35,7 @@