From 41cae96922426a9e49d3918744c2ba41befc32db Mon Sep 17 00:00:00 2001 From: puls200 Date: Wed, 25 Oct 2023 20:36:48 +0200 Subject: [PATCH] Make user email and phone editable through the role editor --- src/RoleEditor/App.config | 2 +- src/RoleEditor/MainWindow.xaml | 20 ++++++++++++-------- src/RoleEditor/MainWindow.xaml.cs | 4 ++++ src/brecal.model/User.cs | 30 +++++++++++++++++++++++------- 4 files changed, 40 insertions(+), 16 deletions(-) diff --git a/src/RoleEditor/App.config b/src/RoleEditor/App.config index 7c6ee29..51c1ce1 100644 --- a/src/RoleEditor/App.config +++ b/src/RoleEditor/App.config @@ -8,7 +8,7 @@ - Server=localhost;User ID=ds;Password=HalloWach_2323XXL!!;Database=bremen_calling;Port=33306 + Server=localhost;User ID=ds;Password=HalloWach_2323XXL!!;Database=bremen_calling_devel;Port=33306 diff --git a/src/RoleEditor/MainWindow.xaml b/src/RoleEditor/MainWindow.xaml index 7489d21..2883102 100644 --- a/src/RoleEditor/MainWindow.xaml +++ b/src/RoleEditor/MainWindow.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:RoleEditor" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" mc:Ignorable="d" - Title="Bremen calling admin editor" Height="650" Width="800" Icon="Resources/lock_preferences.ico" Loaded="Window_Loaded"> + Title="Bremen calling admin editor" Height="670" Width="800" Icon="Resources/lock_preferences.ico" Loaded="Window_Loaded"> @@ -121,19 +121,23 @@