Skip to content
New issue

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

[FE] 공간 수정 페이지에서 잘못된 "공간 생성" 요청 #967

Open
2yunseong opened this issue Jul 13, 2023 · 0 comments
Open
Labels
🐛 bug Something isn't working

Comments

@2yunseong
Copy link
Collaborator

2yunseong commented Jul 13, 2023

버그 기능

  • 공간 수정 페이지에서, "예약 활성화" 토글스위치를 누르고 "저장"을 누르면 "날짜 및 시간 데이터 형식이 올바르지 않습니다" 라는 에러 메세지와 함께 저장에 실패하는 오류 발생.
image

추가 설명

reservationEnable이 문서대로 boolean 이 가는것이 아닌 "on"으로 가 발생하는 문제가 아닐까 싶습니다.

문제가 되는 API

Screenshot 2023-07-13 at 13 29 19

정상 요청된 API

Screenshot 2023-07-13 at 13 29 28

참고 링크 : https://api.zzimkkong.com/docs/index.html#_%EA%B3%B5%EA%B0%84_%EC%83%9D%EC%84%B1

버그 상황 재연

  • 특정 공간 수정에 진입한다. 예약 활성화 토글스위치를 누른다.

기대 동작

  • 예약이 비활성화되도록 지정되고 저장된다.

현재 동작

  • 정상 요청인대도 불구하고 에러가 발생한다.
  • 토글이 동작하지 않는다.
@2yunseong 2yunseong added the 🐛 bug Something isn't working label Jul 13, 2023
@2yunseong 2yunseong changed the title [FE] 공간 수정 페이지에서 잘못된 "공간 생성" 요청을 보내는 API [FE] 공간 수정 페이지에서 잘못된 "공간 생성" 요청 Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant