Skip to content

Commit 30018d6

Browse files
chore: restrict member to see private projects (#5640)
1 parent 1c0c158 commit 30018d6

File tree

1 file changed

+1
-1
lines changed
  • apiserver/plane/app/views/project

1 file changed

+1
-1
lines changed

apiserver/plane/app/views/project/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def list(self, request, slug):
173173
member=request.user,
174174
workspace__slug=slug,
175175
is_active=True,
176-
role=10,
176+
role=15,
177177
).exists():
178178
projects = projects.filter(
179179
Q(

0 commit comments

Comments
 (0)