- 탐지일시가 제대로 검색되지 않는 문제 해결
- 이슈 테이블 표시 설정 시 팝업 타이밍 수정
| | |
| | | // 날짜 형식인 경우 날짜로 변환 |
| | | if (HSSFDateUtil.isCellDateFormatted(cell)) { |
| | | Date date = cell.getDateCellValue(); |
| | | cellValue = DateUtil.convertDateToStr(date, "yyyy-MM-dd hh:mm:ss"); |
| | | cellValue = DateUtil.convertDateToStr(date, "yyyy-MM-dd HH:mm:ss"); |
| | | |
| | | } else { |
| | | double doubleValue = cell.getNumericCellValue(); |
| | |
| | | GROUP_CONCAT(issue_custom_field_value.issue_id SEPARATOR ',') as issueIds |
| | | FROM issue_custom_field_value issue_custom_field_value |
| | | WHERE issue_custom_field_value.custom_field_id = #{customFieldId} |
| | | AND issue_custom_field_value.use_value BETWEEN #{useStartDateValue} AND #{useEndDateValue} |
| | | AND DATE_FORMAT(issue_custom_field_value.use_value,'%Y-%m-%d %H:%i:%s') BETWEEN #{useStartDateValue} AND #{useEndDateValue} |
| | | </select> |
| | | |
| | | <select id="findByUseValue" resultType="java.util.HashMap" parameterType="kr.wisestone.owl.web.condition.IssueCustomFieldValueCondition"> |
| | |
| | | |
| | | if (result.data.message.status === "success") { |
| | | SweetAlert.success($filter("translate")("issue.completedSavingIssueTable"), $filter("translate")("issue.saveIssueTableSettingsInformation")); // "이슈 테이블 설정 저장 완료", "이슈 테이블 설정 정보가 저장되었습니다." |
| | | swal.close(); |
| | | //swal.close(); |
| | | $scope.fn.cancel(); |
| | | // 변경된 이슈 테이블 정보를 이슈 목록 테이블에 갱신한다. |
| | | $rootScope.$broadcast("getIssueDetail", { id : $rootScope.currentDetailIssueId}); |
| | | |
| | | } |
| | | else { |
| | | SweetAlert.error($filter("translate")("issue.failedToSaveIssueTableSetting"), result.data.message.message); // 이슈 테이블 설정 저장 실패 |
| | |
| | | |
| | | if (result.data.message.status === "success") { |
| | | SweetAlert.success($filter("translate")("issue.completedSavingIssueTable"), $filter("translate")("issue.saveIssueTableSettingsInformation")); // "이슈 테이블 설정 저장 완료", "이슈 테이블 설정 정보가 저장되었습니다." |
| | | swal.close(); |
| | | //swal.close(); |
| | | $scope.fn.cancel(); |
| | | // 변경된 이슈 테이블 정보를 이슈 목록 테이블에 갱신한다. |
| | | $rootScope.$broadcast("getIssueDetail", { id : $rootScope.currentDetailIssueId}); |
| | |
| | | if (result.data.message.status === "success") { |
| | | SweetAlert.success($filter("translate")("issue.completedSavingIssueTable"), $filter("translate")("issue.saveIssueTableSettingsInformation")); // "이슈 테이블 설정 저장 완료", "이슈 테이블 설정 정보가 저장되었습니다." |
| | | |
| | | // 변경된 이슈 테이블 정보를 이슈 목록 테이블에 갱신한다. |
| | | swal.close(); |
| | | //swal.close(); |
| | | $scope.fn.cancel(); |
| | | // 변경된 이슈 테이블 정보를 이슈 목록 테이블에 갱신한다. |
| | | $rootScope.$broadcast("getIssueTableConfigs", {}); |
| | | } |
| | | else { |
| | | SweetAlert.error($filter("translate")("issue.failedToSaveIssueTableSetting"), result.data.message.message); // 이슈 테이블 설정 저장 실패 |
| | | } |
| | | |
| | | $rootScope.spinner = false; |
| | | }); |
| | | } |
| | |
| | | |
| | | //parentEl : $scope.parentEl !== undefined ? $scope.parentEl : "", |
| | | locale: { |
| | | format: 'YYYY-MM-DD H:mm:ss', |
| | | format: 'YYYY-MM-DD HH:mm:ss', |
| | | separator: "~", |
| | | applyLabel: options.applyLabel, |
| | | cancelLabel: options.cancelLabel, |
| | |
| | | |
| | | //parentEl : $scope.parentEl !== undefined ? $scope.parentEl : "", |
| | | locale: { |
| | | format: 'YYYY-MM-DD H:mm:ss', |
| | | format: 'YYYY-MM-DD HH:mm:ss', |
| | | separator: "~", |
| | | applyLabel: options.applyLabel, |
| | | cancelLabel: options.cancelLabel, |