src/main/webapp/scripts/components/utils/autoComplete.controller.js
@@ -229,7 +229,9 @@ if (project.length < 1) { SweetAlert.swal($filter("translate")("common.failedToIssueListLookUp"), $filter("translate")("common.selectToProjectListLookUp"), "error"); // "프로젝트를 먼저 선택 해 주세요." } projectIds.push(project[0].id); if ($rootScope.isDefined(project[0])) { projectIds.push(project[0].id); } } return projectIds; })()