@@ -783,7 +783,7 @@
const arr: any[] = Template.getContainers(this.currentTemplate);
arr.forEach(item => {
- if(item.equipmentTypes != null && item.equipmentTypes.length > 0 && item.id != sel.id)
+ if(item.equipmentTypes != null && item.equipmentTypes.length > 0 && item.id != sel.id && item.dynTarget == null)
normalCons.push(item);
});
} else if(sel.compType == 'mainPipe') {