Allow extra group suggestions for project owners.

The suggestGroupOwner currently only returns groups that are visible
to the user.  When editing a project config, include the
Project.NameKey so owners can be shown and add groups to which they
are not a member.

Change-Id: I1df4a025b6e11e92a44e77e2e96e16f4e187f1a1
This commit is contained in:
Colby Ranger
2012-05-17 15:53:35 -07:00
parent eeaf37a509
commit b1cb0bc7a7
7 changed files with 62 additions and 9 deletions

View File

@@ -144,7 +144,7 @@ public class LdapGroupBackend implements GroupBackend {
@Override
public boolean isVisibleToAll() {
return true;
return false;
}
};
}