Change Manager
This commit is contained in:
@@ -30,6 +30,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
public string ResolvePathTo()
|
||||
{
|
||||
MyContent.RefreshContentItems();
|
||||
ItemInfo item = MyContent.ContentItems[0];
|
||||
//Console.WriteLine("Format = {0}", item.ActiveFormat);
|
||||
//Console.WriteLine("item = {0}", item.ItemID);
|
||||
@@ -387,6 +388,8 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
public static string GetResolvedText(FormatInfo formatInfo, ItemInfo fromInfo, int tranType, ItemInfo toItem, ItemInfo rangeItem)
|
||||
{
|
||||
if (toItem == null || rangeItem == null || toItem.IsDeleted || rangeItem.IsDeleted)
|
||||
return "Invalid Transition Destination";
|
||||
TransitionBuilder tb = SetupTransitionBuilder(formatInfo, fromInfo, tranType, toItem,
|
||||
toItem.ItemID==rangeItem.ItemID && !toItem.IsHigh?toItem.LastSibling:rangeItem);
|
||||
if(_AppendMethods==null)
|
||||
|
Reference in New Issue
Block a user