Skip to content

태그 삭제 시 반영이 되지 않는 현상 #140

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

Open
blcklamb opened this issue Aug 28, 2023 · 1 comment
Open

태그 삭제 시 반영이 되지 않는 현상 #140

blcklamb opened this issue Aug 28, 2023 · 1 comment

Comments

@blcklamb
Copy link

발생 이슈

블로그 태그 수정 중에 발견한 이슈입니다.
다음과 같이 있는 태그를 전부 삭제한 뒤 0개가 되도록 수정을 했을 때,
태그가 전부 삭제되지 않는 현상이 발생합니다.

1. before

스크린샷 2023-08-28 오후 6 07 05

2. 태그 삭제 후

스크린샷 2023-08-28 오후 6 07 14 스크린샷 2023-08-28 오후 6 07 21

3. after

스크린샷 2023-08-28 오후 6 08 09

전송 데이터 로그

전송 데이터를 확인해 보니 tags 값으로 이전 결과가 그대로 들어가 있는 것을 확인할 수 있었습니다.

url: https://v2.velog.io/graphql
method: POST
status code: 200
request paylode: {
    // ... 
    variables: {
        // ...
        tags: ["puppeteer"],
        // ...
    }
}

image
@yujinkim31
Copy link

저도 !! 태그 삭제가 안됩니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants