From 862f6744602266b1331a90e90a97c14361d05ce3 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Fri, 20 Feb 2026 16:50:06 +0100 Subject: [PATCH 1/8] Version wieder auf 3.30 --- BeWo/BeWoApp.xaml.cs | 2 +- BeWo/BeWoAppInfo.cs | 6 +++--- BeWo/Core/Commands/CommandFactory.cs | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs index baad2e065..173cefc01 100644 --- a/BeWo/BeWoApp.xaml.cs +++ b/BeWo/BeWoApp.xaml.cs @@ -56,7 +56,7 @@ namespace BeWo public static LoginControl LoginControl; public static MainControl MainControl; - public static string ShortVersion = "3.29"; + public static string ShortVersion = "3.30"; public static string Version => BeWoAppInfo.BeWoAppVersion.ToString(); public static int RenderTier = 0; diff --git a/BeWo/BeWoAppInfo.cs b/BeWo/BeWoAppInfo.cs index 160c6dc9e..5fbdac1b9 100644 --- a/BeWo/BeWoAppInfo.cs +++ b/BeWo/BeWoAppInfo.cs @@ -14,9 +14,9 @@ namespace BeWo static BeWoAppInfo() { var baseVersion = new Version(BeWoApp.ShortVersion); - var stage = BeWoClientReleaseStage.Sandbox; - var stageVersion = new Version("3.1"); - var feature = BeWoClientFeature.AI; + var stage = BeWoClientReleaseStage.Release; + var stageVersion = new Version("4.0"); + var feature = BeWoClientFeature.None; BeWoAppVersion = new BeWoAppVersion(baseVersion, stage, stageVersion, feature); } diff --git a/BeWo/Core/Commands/CommandFactory.cs b/BeWo/Core/Commands/CommandFactory.cs index e12f74924..c3e0598fb 100644 --- a/BeWo/Core/Commands/CommandFactory.cs +++ b/BeWo/Core/Commands/CommandFactory.cs @@ -14,7 +14,6 @@ namespace BeWo.Core.Commands public static DelegateCommand GetAiViewCommand(Action openView, UserRightType userRightType, Func additionalCheckup = null, bool? useCommandManager = null) { bool canExecute() => - BeWoAppInfo.IsInAiMode && (BeWoApp.AppSettings?.ModuleAiEnabled ?? BeWoApp.AppSettings?.ShowAI ?? false) && BeWoApp.HasLoggedOnUserRight(userRightType) && (additionalCheckup is null || additionalCheckup()); From ad6c94bb39e99ad57f128d7e8ecb2e116da01a29 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Mon, 23 Feb 2026 10:36:32 +0100 Subject: [PATCH 2/8] template update --- Host/Web.Secrets.config.template | 1 - 1 file changed, 1 deletion(-) diff --git a/Host/Web.Secrets.config.template b/Host/Web.Secrets.config.template index c1da7df74..f71a7aaac 100644 --- a/Host/Web.Secrets.config.template +++ b/Host/Web.Secrets.config.template @@ -6,7 +6,6 @@ - From ccf4e83b696b836a076615d527eabc311e9333b9 Mon Sep 17 00:00:00 2001 From: Rene Evertz Date: Mon, 2 Mar 2026 10:48:30 +0100 Subject: [PATCH 3/8] Neues Recht (auskommentiert) + Alle Commands durch CommandFactory geleitet --- BeWo/AI/View/AiTranskriptionView.xaml | 233 ++++++++++-------- BeWo/Core/Commands/CommandFactory.cs | 4 +- .../Zeiterfassung/ServiceRecordEditView.xaml | 4 +- .../ListViewModel/ServiceRecordListVM.cs | 72 +++--- Data/Security/UserRightHelper.cs | 1 + Shared/BeWoEntityEnums.cs | 1 + Shared/Core/EnumTranslations.cs | 3 +- 7 files changed, 175 insertions(+), 143 deletions(-) diff --git a/BeWo/AI/View/AiTranskriptionView.xaml b/BeWo/AI/View/AiTranskriptionView.xaml index fc34f9790..d90155eb9 100644 --- a/BeWo/AI/View/AiTranskriptionView.xaml +++ b/BeWo/AI/View/AiTranskriptionView.xaml @@ -20,7 +20,7 @@ d:DesignWidth="500" Focusable="True" mc:Ignorable="d"> - + @@ -31,63 +31,72 @@ Height="Auto" VerticalAlignment="Center" Orientation="Vertical"> - - - +