C2023-002: When using RO Update Values feature, display message when other users are in Proms and don’t do update (fix cursor only)
This commit is contained in:
parent
3661876626
commit
e7f8b0ccd7
@ -2083,7 +2083,6 @@ namespace Volian.Controls.Library
|
||||
FinalProgressBarMessage = "Older RO.FST";
|
||||
return;
|
||||
}
|
||||
Cursor = Cursors.WaitCursor;
|
||||
string message = string.Empty;
|
||||
if (!MySessionInfo.CanCheckOutItem(MyDVI.VersionID, CheckOutType.DocVersion, ref message))
|
||||
{
|
||||
@ -2091,6 +2090,7 @@ namespace Volian.Controls.Library
|
||||
FinalProgressBarMessage = "Cannot check-out Working Draft";
|
||||
return;
|
||||
}
|
||||
Cursor = Cursors.WaitCursor; // C2023-002: move wait cursor after check out error
|
||||
int ownerid = MySessionInfo.CheckOutItem(MyDVI.VersionID, CheckOutType.DocVersion);
|
||||
using (DocVersion dv = DocVersion.Get(MyDVI.VersionID))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user