Cannot edit a tree
This commit is contained in:
parent
204051e29f
commit
dc11048262
@ -495,8 +495,8 @@ namespace EduNetworkBuilder
|
||||
if (tItem.GetType().ToString() == "EduNetworkBuilder.NetworkDevice")
|
||||
{
|
||||
tDevice = (NetworkDevice)tItem;
|
||||
if (tDevice.AtLocation(NetworkLocation))
|
||||
return tDevice;
|
||||
if (tDevice.AtLocation(NetworkLocation) && tDevice.GetNetType() != NetworkComponentType.tree)
|
||||
return tDevice; //We do not return trees. Trees cannot be edited
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user