ProjectControl: remove "isHidden" when checking "READ" permission
Change-Id: I687f2957135bfba3c3a66617828980ddc5b14c85
This commit is contained in:

committed by
xchangcheng

parent
581dbf9f32
commit
3d002433fc
@@ -404,7 +404,7 @@ class ProjectControl {
|
||||
|| isOwner();
|
||||
|
||||
case READ:
|
||||
return !isHidden() && allRefsAreVisible(Collections.emptySet());
|
||||
return allRefsAreVisible(Collections.emptySet());
|
||||
|
||||
case CREATE_REF:
|
||||
return canAddRefs();
|
||||
|
Submodule plugins/replication updated: f57f0297e3...d8f5bcec21
Reference in New Issue
Block a user