Skip to content

Fix/permission ispublic#318

Merged
ms-0o0 merged 2 commits into
devfrom
fix/permission-ispublic
Mar 23, 2026
Merged

Fix/permission ispublic#318
ms-0o0 merged 2 commits into
devfrom
fix/permission-ispublic

Conversation

@hyuuuun
Copy link
Copy Markdown
Contributor

@hyuuuun hyuuuun commented Mar 23, 2026

개요

  1. 멤버가 비공개 권한(permission_id=2)을 받아서 is_public = false로 설정
  2. 대표자가 비공개 권한을 꺼버림 (PERMISSION_LINE.is_enable = false)
  3. 그런데 FAMILY_LINE.is_public은 false인 채로 남아있음
  4. 조회 로직(DataServiceImpl:82)에서 permissionEnabled && isPublic → false && false = false
  5. 권한이 없는데도 여전히 비공개 처리되는 버그 수정

관련 BackLog

Resolves: (Backlog Number, ...)

PR 유형

  • 새로운 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 테스트 추가, 테스트 리팩토링
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

PR Checklist

  • 커밋 메시지 컨벤션에 맞게 작성했습니다.
  • 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

@hyuuuun hyuuuun requested review from hyeonRS, ms-0o0 and pjh813 March 23, 2026 12:42
@hyuuuun hyuuuun self-assigned this Mar 23, 2026
@hyuuuun hyuuuun added the bug 버그 관련 label Mar 23, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 23, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c78c1c76-b13e-4138-a3c1-697525eedfd8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/permission-ispublic

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ms-0o0 ms-0o0 merged commit 078f846 into dev Mar 23, 2026
3 checks passed
@ms-0o0 ms-0o0 deleted the fix/permission-ispublic branch March 23, 2026 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 버그 관련

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants