Merge "Show global capabilities to all users that can read refs/meta/config"

This commit is contained in:
Shawn Pearce
2013-01-10 13:00:55 -08:00
committed by Gerrit Code Review

View File

@@ -121,6 +121,9 @@ class ProjectAccessFactory extends Handler<ProjectAccess> {
if (pc.isOwner()) {
local.add(section);
ownerOf.add(name);
} else if (metaConfigControl.isVisible()) {
local.add(section);
}
} else if (RefConfigSection.isValid(name)) {