B2019-132 Fixed issue where PROMS would error when a procedure was copied into a newly created Working Draft folder. We needed to update the association count before leaving the Doc Version property page.

This commit is contained in:
John Jenko 2019-09-12 19:31:21 +00:00
parent 22be9d94dd
commit 01d696cb29

View File

@ -259,6 +259,8 @@ namespace VEPROMS
_DocVersionConfig.MyDocVersion.MyDocVersionInfo.DoUnlinkEnhancedDocVersion();
this.Cursor = Cursors.Default;
}
// B2019-132 update the association count for this working draft
_DocVersionConfig.MyDocVersion.MyDocVersionInfo.RefreshDocVersionAssociations();
this.Close();
}