Development #389

Merged
djankowski merged 29 commits from Development into master 2024-08-09 13:06:40 -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)