Skip to content

Commit 5d9ed3b

Browse files
.
1 parent c1c8ed9 commit 5d9ed3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roles/lib/files/FWO.Services/ModellingConnectionHandler.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,12 +1070,10 @@ public bool NetworkAreaUseAllowed(List<ModellingNetworkArea> networkAreas, Direc
10701070

10711071
if (!hasCommonNetworkAreas && ActConn.IsCommonService)
10721072
{
1073-
//Uncommon network areas should only be selectable under “Common Services”
10741073
return true;
10751074
}
10761075
else if (hasCommonNetworkAreas && ( ActConn.IsCommonService || ( !ActConn.IsInterface && !ActConn.IsCommonService ) ))
10771076
{
1078-
//Common network areas may be selected in “Common Services” + “Connections”
10791077
return true;
10801078
}
10811079

0 commit comments

Comments
 (0)