Non-Function #971
closed[USER] 유물카드 수첩에 삭제 버튼 추가
0%
Description
현재 유물카드 수첩에서의 삭제 버튼이 없어 추가를 부탁드립니다.
- UI: 목록 페이지와 동일 (이미지 1.png)
- 위치: 이미지 2.png
- 삭제 버튼 누를 시 confirm "삭제하시겠습니까?" -> 삭제 시 alert "삭제되었습니다."
스타일 관련 작업이 필요하다면 퍼블리셔분을 통해 처리하도록 하겠습니다!
Files
Updated by Deca Park 11 days ago
- Assignee changed from Deca Park to Toby Pham
[USER] 유물카드 > 내 유물카드 수첩 (my card) button (https://dev.stoneitgt.com/meta/exhibit/scrapbook?userId=parktest)
1.Add Delete button
- button style: same with 유물카드 List (이미지 1.png)
- if clicks, show confirm msg.("삭제하시겠습니까?")
- if YES, delete selected card from my card list
- alert complete msg.("삭제되었습니다.")
Updated by Deca Park 10 days ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to Toby Pham
[server error] when Delete button clicks
2025-05-28 11:23:49,381 WARN [org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver] Resolved exception caused by handler execution: org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object 'userExhibitVO' on field 'userSeq': rejected value [parktest]; codes [typeMismatch.userExhibitVO.userSeq,typeMismatch.userSeq,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [userExhibitVO.userSeq,userSeq]; arguments []; default message [userSeq]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'userSeq'; nested exception is java.lang.NumberFormatException: For input string: "parktest"]