OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2021-12-28 0e67ba84e2383272f22ad3694faee663b79ce959
- 상단 검색에서 검색 키워드가 없을 경우 알림 추가
2개 파일 변경됨
9 ■■■■ 파일 변경됨
src/main/webapp/i18n/ko/global.json 1 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/scripts/app/common/common.controller.js 8 ●●●● 패치 | 보기 | raw | blame | 히스토리
src/main/webapp/i18n/ko/global.json
@@ -798,6 +798,7 @@
        "disableParticipationWorkspace": "참여 업무 공간 비활성화 알림",
        "disableParticipationWorkspaceMessage": "현재 이용하고 있는 업무 공간에서 제외되었습니다.",
        "alertsAboutSystem": "시스템 알림 정보",
        "alertSystem": "시스템 알림",
        "newAlert": "새로운 알림이 왔습니다.",
        "pleaseWait": "잠시만 기다려주세요...",
        "createIssue": "이슈 생성",
src/main/webapp/scripts/app/common/common.controller.js
@@ -68,8 +68,12 @@
                // 메인 상단 검색
                function searchAll() {
                    $rootScope.setCookie("searchKeyword", $scope.vm.searchAll.keyWord, 60000);
                    moveMenu("issues.list");
                    if ($rootScope.isDefined($scope.vm.searchAll.keyWord)) {
                        $rootScope.setCookie("searchKeyword", $scope.vm.searchAll.keyWord, 60000);
                        moveMenu("issues.list");
                    } else {
                        SweetAlert.warning($filter("translate")("common.alertSystem"), $filter("translate")("issue.pleaseEnterIssueKeyWord"));
                    }
                }
                function setLastIssueType() {