fedora-infra / fas

Fedora Account System
https://admin.fedoraproject.org/accounts
GNU General Public License v2.0
40 stars 50 forks source link

Allow accessing group profile by their name instead of id #188

Closed pypingou closed 8 years ago

pypingou commented 8 years ago

And first check if there is a group, then retrieve its members, otherwise we end up with no group found, not because it doesn't exist but because there are no members anymore.

pypingou commented 8 years ago

This relates to https://github.com/fedora-infra/fas/issues/186

Basically here we're using the group name instead of its display name

laxathom commented 8 years ago

:+1: from me

pypingou commented 8 years ago

Adjusted :)

laxathom commented 8 years ago

:+1: with update

pypingou commented 8 years ago

Thanks