fix: restore owner validation for ntfs create

This commit is contained in:
Meik
2026-03-10 10:45:41 +01:00
parent c4567c6a3c
commit ad538eb4ed

View File

@@ -592,6 +592,8 @@ 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,