OWL ITS + 탐지시스템(인터넷 진흥원)
엑셀 import 상위 이슈 다음페이지 로딩 안하는 문제 수정
상위 이슈 언어 수정
2개 파일 변경됨
10 ■■■■ 파일 변경됨
src/main/webapp/i18n/ko/global.json 2 ●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/scripts/app/issue/issueImportExcel.controller.js 8 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/i18n/ko/global.json
@@ -161,6 +161,7 @@
        "issueContent": "이슈 내용",
        "issueTitle": "이슈 제목",
        "issueInfo": "이슈 정보",
        "parentIssue": "상위 이슈",
        "relationIssue": "연관 이슈",
        "addRelationIssue": "연관 이슈 추가",
        "relationIssueTitle": "연관 이슈 제목",
@@ -664,7 +665,6 @@
        "workspace": "업무공간",
        "project": "프로젝트",
        "issue": "이슈",
        "parentIssue": "상위 이슈",
        "setting": "설정",
        "user": "사용자",
        "workflow": "워크플로우",
src/main/webapp/scripts/app/issue/issueImportExcel.controller.js
@@ -17,7 +17,8 @@
                    formCheck : formCheck,  //  폼 체크
                    getIssueTypes : getIssueTypes,  //  이슈 타입 목록 가져오기
                    makeSearchConditions : makeSearchConditions,    //  선택한 조건을 json 으로 만든다.
                    onFileSelect : onFileSelect //  파일 업로드
                    onFileSelect : onFileSelect, //  파일 업로드
                    getIssueListCallBack : getIssueListCallBack // 이슈 autocomplete page 업데이트
                };
                $scope.vm = {
@@ -40,6 +41,11 @@
                angular.extend(this, $controller('autoCompleteController', {$scope : $scope, $injector : $injector}));
                //  이슈 autocomplete page 업데이트
                function getIssueListCallBack(result) {
                    $scope.vm.autoCompletePage.issue.totalPage = result.data.page.totalPage;
                }
                //  이슈 유형 목록
                function getIssueTypes() {
                    IssueType.find($resourceProvider.getContent({},