프로젝트 생성,수정 시 날짜 유효성 체크 제거
| | |
| | | // 상태 체크 |
| | | this.verifyProjectStatus(projectForm.getStatus()); |
| | | // 날짜 유효성 체크 |
| | | this.checkStartEndDate(projectForm.getStartDate(), projectForm.getEndDate()); |
| | | //this.checkStartEndDate(projectForm.getStartDate(), projectForm.getEndDate()); |
| | | // 관리자 유효성 체크 |
| | | this.verifyManager(projectForm.getManagerIds()); |
| | | |
| | |
| | | // 상태 체크 |
| | | this.verifyProjectStatus(projectForm.getStatus()); |
| | | // 날짜 유효성 체크 |
| | | this.checkStartEndDate(projectForm.getStartDate(), projectForm.getEndDate()); |
| | | //this.checkStartEndDate(projectForm.getStartDate(), projectForm.getEndDate()); |
| | | // 관리자 유효성 체크 |
| | | this.verifyManager(projectForm.getManagerIds()); |
| | | |