프로젝트

일반

사용자정보

개정판 d77c1c93

IDd77c1c93168107ba496c54912947e8d37f6c0123
상위 8c689249
하위 a2e73aaf

함의성이(가) 약 4년 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)