Added MyItemInfo property
Fixed format of ToString for AnnotationAuditInfo Fixed format of ToString for ContentAuditInfo Fixed Restore if no next item Fixed ActiveParent logic after restore Added Timing logic and then Commented it Fixed Logic when there is not a NextNode Timing Debug code Update UserID when saving annotation Commented Timing Debug Created and used FixPath - StepPath Use MyItemInfo.SearchPath if Content doesn't have path Refresh Change List from Timer.Tick Added Timer for Refresh Added code to refresh ChangeBar Added and Commented timing debug Changed logic for saving ROUsages Added Closed Property that is set when the handle is destroyed Don't refresh StepRTB if it is closed
This commit is contained in:
@@ -388,7 +388,8 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
int nextItemID = args.ItemInserted.NextItem.ItemID;
|
||||
VETreeNode nextNode = FindChildOrGrandChild(nextItemID);
|
||||
nextNode.myItemInfo_NewSiblingBefore(sender, args);
|
||||
if(nextNode != null)
|
||||
nextNode.myItemInfo_NewSiblingBefore(sender, args);
|
||||
return;
|
||||
}
|
||||
if (args.ItemInserted.MyPrevious != null) // insert after
|
||||
|
Reference in New Issue
Block a user