From c4567c6a3c873a86c63af1c1711607db6b6bebba Mon Sep 17 00:00:00 2001 From: Meik Date: Tue, 10 Mar 2026 10:43:39 +0100 Subject: [PATCH] fix: allow empty owner input in diagnostics ui --- LiamWorkflowDiagnostics/MainWindow.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/LiamWorkflowDiagnostics/MainWindow.xaml.cs b/LiamWorkflowDiagnostics/MainWindow.xaml.cs index b29ee17..f9817e6 100644 --- a/LiamWorkflowDiagnostics/MainWindow.xaml.cs +++ b/LiamWorkflowDiagnostics/MainWindow.xaml.cs @@ -592,8 +592,6 @@ namespace LiamWorkflowDiagnostics if (string.IsNullOrWhiteSpace(parentPath)) throw new InvalidOperationException("Parent Folder Path konnte nicht ermittelt werden."); var ownerSids = ParseIdentifierList(NtfsCreateOwnerSidsTextBox.Text, "Owner SIDs"); - if (ownerSids.Count == 0) - throw new InvalidOperationException("Owner SIDs: mindestens ein Eintrag ist fuer die Ordneranlage erforderlich."); var result = EnsureSuccessfulResultToken(await provider.CreateDataAreaAsync( folderPath,