B2022-088: Find Doc Ro button not working in Word Sections
B2022-089: Updating RO Crashes
This commit is contained in:
@@ -930,6 +930,7 @@ namespace VEPROMS.CSLA.Library
|
||||
foreach (DROUsageInfo myRO in myList)
|
||||
if (!myROIDs.Contains(myRO.ROID.ToUpper()))
|
||||
myROIDs.Add(myRO.ROID.ToUpper());
|
||||
|
||||
//create checkro record for each roid
|
||||
//_MyTimer.ActiveProcess = "Get DocVersionInfo";
|
||||
// DocVersionInfo dbi = proc.ActiveParent as DocVersionInfo;
|
||||
@@ -942,8 +943,13 @@ namespace VEPROMS.CSLA.Library
|
||||
ROFSTLookup lookup = rofst.GetROFSTLookup(dvi);
|
||||
//_MyTimer.ActiveProcess = "Populating RevisionChecksXML table";
|
||||
cc.ROConsistency.ROFstDate = rofst.DTS;
|
||||
|
||||
foreach (string s in myROIDs)
|
||||
cc.AddROCheck(s, ItemInfo.ConvertToDisplayText(lookup.GetRoValue(s)));
|
||||
{
|
||||
// B2022-088: Find Doc Ro button not working in Word Sections
|
||||
cc.AddROCheck(s, ItemInfo.ConvertToDisplayText(((ROFSTLookup.rochild)lookup.GetRoChild(s)).value));
|
||||
}
|
||||
|
||||
//_MyTimer.ActiveProcess = "External";
|
||||
}
|
||||
private static void BuildTransitionFromChecks(ConsistencyChecks cc, ProcedureInfo proc)
|
||||
|
Reference in New Issue
Block a user