B2024-057 / B2024-055 #382

Merged
jjenko merged 5 commits from B2024-057 into Development 2024-08-06 11:18:31 -04:00
Showing only changes of commit 4b61495960 - Show all commits

View File

@ -1813,6 +1813,7 @@ namespace VEPROMS
sb.AppendLine("If you want to delete annotations from these working drafts, please contact the respective users and have them close any procedures in the working draft.");
sb.AppendLine();
txtProcess.AppendText(sb.ToString());
this.Cursor = Cursors.Default;
return;
}
@ -1846,6 +1847,7 @@ namespace VEPROMS
}
this.Cursor = Cursors.Default;
}
private void ProcessDelete(List<DocVersionInfo> foldersToDelete, List<FolderInfo> emptyFoldersToDelete)