| | |
| | | public static final String ISSUE_REMOVE_NOT_SELECT = "ISSUE_REMOVE_NOT_SELECT"; // 삭제할 이슈가 선택되지 않았습니다. |
| | | public static final String ISSUE_NO_TITLE = "ISSUE_NO_TITLE"; // 이슈 제목이 입력되지 않았습니다. |
| | | public static final String ISSUE_NOT_SEND_USER = "ISSUE_NOT_SEND_USER"; // 이슈 발송 대상자를 선택하지 않았습니다. |
| | | public static final String ISSUE_NOT_SELECT_TEMPLATE = "ISSUE_NOT_SELECT_TEMPLATE"; // 이슈 발송 템플릿을 선택하지 않았습니다. |
| | | |
| | | public static final String ISSUE_COMMENT_REMOVE_NOT_SELECT = "ISSUE_COMMENT_REMOVE_NOT_SELECT"; // 삭제할 댓글을 선택하지 않았습니다. |
| | | public static final String ISSUE_COMMENT_NOT_EXIST = "ISSUE_COMMENT_NOT_EXIST"; // 댓글이 존재하지 않습니다. |