Added second overloaded method SetParentSectionAnDocVersion to ItemInfo class to support multi unit
Added IsApplicable property to ItemInfo class Changed DisplayText method to handle <u> in text Changed DisplayNumber methid to handle <U-ID> and <S\u8209?ID> in number Added TransistionLookup class to suppport transition updates in multi unit Added property MyLookup to ProcedureInfo class Added GetItemAndChildrenByUnit method to ProcedureInfo class Changed ProcedureConfig property of ProcedureInfo class to support multi unit Removed AddToCache call in CopyPasteItemInfoFetch of ItemInfo class Removed AddToCache call in NewItemInfoFetch method of ItemInfo class
This commit is contained in:
@@ -394,7 +394,6 @@ namespace VEPROMS.CSLA.Library
|
||||
else
|
||||
tmp = DataPortal.Fetch<StepInfo>(new PastingPartCriteria(copyStartID, itemID, addType, type, fromType, DateTime.Now, Volian.Base.Library.VlnSettings.UserID));
|
||||
}
|
||||
AddToCache(tmp);
|
||||
return tmp;
|
||||
|
||||
}
|
||||
@@ -456,7 +455,6 @@ namespace VEPROMS.CSLA.Library
|
||||
else
|
||||
tmp = DataPortal.Fetch<StepInfo>(new AddingPartCriteria(itemID, addType, number, text, type, fromType, formatID, config, dts, userID));
|
||||
}
|
||||
AddToCache(tmp);
|
||||
return tmp;
|
||||
}
|
||||
public void UpdateTransitionText()
|
||||
|
Reference in New Issue
Block a user