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:
parent
22be9d94dd
commit
01d696cb29
@ -259,6 +259,8 @@ namespace VEPROMS
|
|||||||
_DocVersionConfig.MyDocVersion.MyDocVersionInfo.DoUnlinkEnhancedDocVersion();
|
_DocVersionConfig.MyDocVersion.MyDocVersionInfo.DoUnlinkEnhancedDocVersion();
|
||||||
this.Cursor = Cursors.Default;
|
this.Cursor = Cursors.Default;
|
||||||
}
|
}
|
||||||
|
// B2019-132 update the association count for this working draft
|
||||||
|
_DocVersionConfig.MyDocVersion.MyDocVersionInfo.RefreshDocVersionAssociations();
|
||||||
this.Close();
|
this.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user