Fix B2016-034: New Procedure/New Word Section creation causes new procedure to disappear from tree view
This commit is contained in:
@@ -173,7 +173,7 @@ namespace VEPROMS.CSLA.Library
|
||||
get
|
||||
{
|
||||
CanReadProperty("MyItem", true);
|
||||
if (_MyItem == null && _ItemID != null) _MyItem = ItemInfo.Get((int)_ItemID);
|
||||
if (_MyItem == null && _ItemID != null) _MyItem = ProcedureInfo.Get((int)_ItemID);
|
||||
return _MyItem;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user