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")
|
if (tItem.GetType().ToString() == "EduNetworkBuilder.NetworkDevice")
|
||||||
{
|
{
|
||||||
tDevice = (NetworkDevice)tItem;
|
tDevice = (NetworkDevice)tItem;
|
||||||
if (tDevice.AtLocation(NetworkLocation))
|
if (tDevice.AtLocation(NetworkLocation) && tDevice.GetNetType() != NetworkComponentType.tree)
|
||||||
return tDevice;
|
return tDevice; //We do not return trees. Trees cannot be edited
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user