We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
아래 이벤트들의 입력값 검증(string; 최대 255자)을 input 태그들에 추가합니다. - admin.agenda.create - agenda.template.create - user.tag.create
admin.agenda.create
agenda.template.create
user.tag.create
없음.
The text was updated successfully, but these errors were encountered:
admin.agenda.create 같은 update 관련 query도 검증이 필요할 것 같습니다. 또한 한 query에서도 투표 제목 길이, 개별 선택지 길이, 선택지 개수 제한 등 여러 숫자가 있음을 감안해야 하지 않을까 싶습니다.
Sorry, something went wrong.
rjsdn0
Successfully merging a pull request may close this issue.
제안 내용 *
아래 이벤트들의 입력값 검증(string; 최대 255자)을 input 태그들에 추가합니다.
-
admin.agenda.create
-
agenda.template.create
-
user.tag.create
스크린샷
없음.
관련 Task *
admin.agenda.create
에서 최대 글자 수 제한agenda.template.create
에서 최대 글자 수 제한user.tag.create
에서 최대 글자 수 제한The text was updated successfully, but these errors were encountered: