개정판 d77c1c93
issue #000: owner symbol eq manual allow need test
Change-Id: I79a7ec263484d68dcde1d942dff2d115b59b1f00
DTI_PID/DTI_PID/Commands/SelectAttributeCommand.py | ||
---|---|---|
120 | 120 |
self.onSuccess.emit() |
121 | 121 |
elif item is not None and (self._attr.AttributeType == QEngineeringAbstractItem.assoc_type(item) or \ |
122 | 122 |
(self._attr.AttributeType == 'Comp Item' and (QEngineeringAbstractItem.assoc_type(item) == 'Symbol Item' or QEngineeringAbstractItem.assoc_type(item) == 'Line Item')) or \ |
123 |
(self._attr.AttributeType == 'EQ Item' and QEngineeringAbstractItem.assoc_type(item) == 'EQ Item')): |
|
123 |
(self._attr.AttributeType == 'EQ Item' and QEngineeringAbstractItem.assoc_type(item) == 'EQ Item') or \ |
|
124 |
(self._attr.Attribute == 'OWNERSYMBOL' and QEngineeringAbstractItem.assoc_type(item) == 'EQ Item')): |
|
124 | 125 |
if self._attr.Freeze: |
125 | 126 |
self.onSuccess.emit() |
126 | 127 |
return |
내보내기 Unified diff