OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-11-23 b6be6b9f2d2bfaa73e5ead9f1e6c198a6811399a
src/main/webapp/scripts/app/issue/issueAddTableConfig.controller.js
@@ -23,9 +23,9 @@
                //  변수 모음
                $scope.vm = {
                    issueTableConfigs : [{
                        name : $filter("translate")("common.priority"), // 우선순위
                        name : $filter("translate")("common.importance"), // 우선순위
                        key : "PRIORITY",
                        width : "width-100-p",
                        width : "width-80-p",
                        position : 1,
                        display : true
                    }, {
@@ -41,8 +41,8 @@
                        position : 3,
                        display : true
                    }, {
                        name : $filter("translate")("common.assignee"), // 담당자
                        key : "ASSIGNEE",
                        name : $filter("translate")("common.assigneeTeam"), // 담당부서
                        key : "ASSIGNEE_TEAM",
                        width : "width-100-p",
                        position : 4,
                        display : true
@@ -51,19 +51,19 @@
                        key : "REGISTER",
                        width : "width-100-p",
                        position : 5,
                        display : false
                        display : true
                    }, {
                        name : $filter("translate")("common.period"), // 기간
                        key : "PERIOD",
                        width : "width-140-p",
                        position : 6,
                        display : false
                        display : true
                    }, {
                        name : $filter("translate")("common.lastChangeDate"), // 최근 변경일
                        key : "MODIFY_DATE",
                        width : "width-100-p",
                        position : 7,
                        display : false
                        display : true
                    }, {
                    }]
                };
@@ -91,7 +91,10 @@
                        if (result.data.message.status === "success") {
                            SweetAlert.success($filter("translate")("issue.completedSavingIssueTable"), $filter("translate")("issue.saveIssueTableSettingsInformation")); // "이슈 테이블 설정 저장 완료", "이슈 테이블 설정 정보가 저장되었습니다."
                            //  변경된 이슈 테이블 정보를 이슈 목록 테이블에 갱신한다.
                            swal.close();
                            $scope.fn.cancel();
                            $rootScope.$broadcast("getIssueTableConfigs", {});
                        }
                        else {