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
게시글 수정 시 투표가 존재하더라도 게시글을 수정할 수 있는 문제가 발생합니다.
클라이언트에서 새로고침을 하지 않아 투표 수가 0일 때 수정하였더니, DB에 투표가 존재해도 수정이 가능한 문제가 발생했습니다.
클라이언트에서 새로고침을 하지 않아도 DB에 투표가 존재하면 수정이 되지 않도록 막고 싶었습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
버그 사항
게시글 수정 시 투표가 존재하더라도 게시글을 수정할 수 있는 문제가 발생합니다.
버그 simulation
클라이언트에서 새로고침을 하지 않아 투표 수가 0일 때 수정하였더니, DB에 투표가 존재해도 수정이 가능한 문제가 발생했습니다.
원하던 상황
클라이언트에서 새로고침을 하지 않아도 DB에 투표가 존재하면 수정이 되지 않도록 막고 싶었습니다.
Screenshots
The text was updated successfully, but these errors were encountered: