Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa
| | |
| | | issueId : "", |
| | | issueTableConfigs : [{ |
| | | name : $filter("translate")("common.priority"), // 우선순위 |
| | | issueId : "", |
| | | key : "PRIORITY", |
| | | width : "width-100-p", |
| | | position : 1, |
| | | display : true |
| | | }, { |
| | | name : $filter("translate")("common.importance"), // 중요도 |
| | | issueId : "", |
| | | key : "SEVERITY", |
| | | width : "width-80-p", |
| | | position : 2, |
| | | display : true |
| | | }, { |
| | | name : $filter("translate")("issue.issueType"), // 이슈 타입 |
| | | issueId : "", |
| | | key : "ISSUE_TYPE", |
| | | width : "width-140-p", |
| | | position : 3, |
| | | display : true |
| | | }, { |
| | | name : $filter("translate")("common.assignee"), // 담당자 |
| | | issueId : "", |
| | | key : "ASSIGNEE", |
| | | width : "width-100-p", |
| | | position : 4, |
| | | display : true |
| | | }, { |
| | | name : $filter("translate")("common.register"), // 등록자 |
| | | issueId : "", |
| | | key : "REGISTER", |
| | | width : "width-100-p", |
| | | position : 5, |
| | | display : false |
| | | }, { |
| | | name : $filter("translate")("common.period"), // 기간 |
| | | issueId : "", |
| | | key : "PERIOD", |
| | | width : "width-140-p", |
| | | position : 6, |
| | | display : false |
| | | }, { |
| | | name : $filter("translate")("common.lastChangeDate"), // 최근 변경일 |
| | | issueId : "", |
| | | key : "MODIFY_DATE", |
| | | width : "width-100-p", |
| | | position : 7, |
| | |
| | | $rootScope.spinner = true; |
| | | |
| | | var content = { |
| | | issueId :$scope.vm.issueId, |
| | | issueId : $rootScope.currentDetailIssueId, |
| | | issueTableConfigs : JSON.stringify($scope.vm.issueTableConfigs) |
| | | }; |
| | | |
| | |
| | | $rootScope.spinner = true; |
| | | |
| | | var content = { |
| | | issueId :$scope.vm.issueId, |
| | | issueId : $rootScope.currentDetailIssueId, |
| | | issueTableConfigs : JSON.stringify($scope.vm.issueTableConfigs) |
| | | }; |
| | | |