엑셀 import 상위 이슈 다음페이지 로딩 안하는 문제 수정
상위 이슈 언어 수정
| | |
| | | "issueContent": "이슈 내용", |
| | | "issueTitle": "이슈 제목", |
| | | "issueInfo": "이슈 정보", |
| | | "parentIssue": "상위 이슈", |
| | | "relationIssue": "연관 이슈", |
| | | "addRelationIssue": "연관 이슈 추가", |
| | | "relationIssueTitle": "연관 이슈 제목", |
| | |
| | | "workspace": "업무공간", |
| | | "project": "프로젝트", |
| | | "issue": "이슈", |
| | | "parentIssue": "상위 이슈", |
| | | "setting": "설정", |
| | | "user": "사용자", |
| | | "workflow": "워크플로우", |
| | |
| | | formCheck : formCheck, // 폼 체크 |
| | | getIssueTypes : getIssueTypes, // 이슈 타입 목록 가져오기 |
| | | makeSearchConditions : makeSearchConditions, // 선택한 조건을 json 으로 만든다. |
| | | onFileSelect : onFileSelect // 파일 업로드 |
| | | onFileSelect : onFileSelect, // 파일 업로드 |
| | | getIssueListCallBack : getIssueListCallBack // 이슈 autocomplete page 업데이트 |
| | | }; |
| | | |
| | | $scope.vm = { |
| | |
| | | |
| | | 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({}, |