fix: allow empty owner input in diagnostics ui

This commit is contained in:
Meik
2026-03-10 10:43:39 +01:00
parent 8e55b221cf
commit c4567c6a3c

View File

@@ -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,