diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj index a51f72198..65d14c7a1 100644 --- a/BeWo/BeWo.csproj +++ b/BeWo/BeWo.csproj @@ -399,6 +399,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile @@ -1316,6 +1320,9 @@ CustomerVermittlungArbeitControl.xaml + + ColorPicker.xaml + CustomerWohnhilfeControl.xaml diff --git a/BeWo/DebugConfig.cs b/BeWo/DebugConfig.cs index 668901304..b3128a2ec 100644 --- a/BeWo/DebugConfig.cs +++ b/BeWo/DebugConfig.cs @@ -123,7 +123,7 @@ namespace BeWo { DebugConfigMode = DebugConfigMode.FeatureDakota, AutoLogin = true, - SelectView = UIContext.Finance, + SelectView = UIContext.Administration, SelectIndex = 8, //Username = "m1", //Password = "bewobewo", diff --git a/BeWo/View/Controls/ComboBoxes/ComboBoxEmployeeSearch.xaml b/BeWo/View/Controls/ComboBoxes/ComboBoxEmployeeSearch.xaml index 8b0843804..46240d26b 100644 --- a/BeWo/View/Controls/ComboBoxes/ComboBoxEmployeeSearch.xaml +++ b/BeWo/View/Controls/ComboBoxes/ComboBoxEmployeeSearch.xaml @@ -15,9 +15,9 @@ x:Name="popupedit" MinHeight="23" DeleteButtonVisibility="Visible" + DeleteClick="popupedit_DeleteClick" IsReadOnly="True" - PopUpClick="popupedit_PopUpClick" - DeleteClick="popupedit_DeleteClick"/> + PopUpClick="popupedit_PopUpClick" /> + +