- 상단 검색에서 검색 키워드가 없을 경우 알림 추가
| | |
| | | "disableParticipationWorkspace": "참여 업무 공간 비활성화 알림", |
| | | "disableParticipationWorkspaceMessage": "현재 이용하고 있는 업무 공간에서 제외되었습니다.", |
| | | "alertsAboutSystem": "시스템 알림 정보", |
| | | "alertSystem": "시스템 알림", |
| | | "newAlert": "새로운 알림이 왔습니다.", |
| | | "pleaseWait": "잠시만 기다려주세요...", |
| | | "createIssue": "이슈 생성", |
| | |
| | | |
| | | // 메인 상단 검색 |
| | | 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() { |