Restored RevDate for approval.
Use existing MyProcedure rather than "getting" an item from the database.
This commit is contained in:
@@ -72,7 +72,7 @@ namespace VEPROMS.CSLA.Library
|
||||
sect = (sect.ActiveParent as SectionInfo) ?? SectionInfo.Get((sect.ActiveParent as ItemInfo).ItemID);
|
||||
}
|
||||
// There may be levels of procedures, i.e. procedures within a procedure.
|
||||
ProcedureInfo proc = ProcedureInfo.Get(((ItemInfo)sect.ActiveParent).ItemID);
|
||||
ProcedureInfo proc = sect.MyProcedure;
|
||||
retval = proc.ProcedureConfig.GetValue(args.Group, args.Item);
|
||||
if (retval != string.Empty) return retval;
|
||||
while (proc.ActiveParent.IsProcedure)
|
||||
|
Reference in New Issue
Block a user