Merge remote-tracking branch 'origin/Development' into C2024-002

This commit is contained in:
2024-02-09 09:10:38 -05:00
31 changed files with 105 additions and 9 deletions

View File

@@ -3395,6 +3395,8 @@ namespace Volian.Controls.Library
Cursor = Cursors.Default;
return;
}
// B2024-002: Save any changes to the database so that updating of ROs has current data:
MyEditItem.SaveContents();
using (DocVersion dv = DocVersion.Get(Mydvi.VersionID))
{
swROUpdate = new System.IO.StreamWriter(ROFstInfo.ROUpdateResultsPath(Mydvi));