개정판 2c629eec
issue #20022001: 텍스트 검색 / 마크업 리스트 필터 오류 수정
1. 페이지 이동 비동기로 변경 후 텍스트 검색에서 검색된 다른 페이지의 텍스트로 포커스 이동시 확대 안 되는 현상이 있어 수정
2. 마크업 리스트 필터 오류 수정
Change-Id: I8f8ad8248bc65c3cd37b4b60d24ece0c79cafb59
ConvertService/ServiceBase/Markus.Service.Station/StationService/ServiceStationWCF.cs | ||
---|---|---|
159 | 159 |
} |
160 | 160 |
else |
161 | 161 |
{ |
162 |
PassConvertItem(ProjectNo, convertID, convertItem.UniqueKey); |
|
163 |
|
|
162 | 164 |
logger.Info($"ConvertAdd ConvertProcess Wait ProcessCount ProjectNo:{ProjectNo} convertID:{convertID} "); |
163 | 165 |
result = true.ToString(); |
164 | 166 |
} |
165 | 167 |
} |
166 | 168 |
else |
167 | 169 |
{ |
168 |
PassConvertItem(ProjectNo, convertID, convertItem.UniqueKey); |
|
169 | 170 |
result = true.ToString(); |
170 | 171 |
} |
171 | 172 |
} |
내보내기 Unified diff