mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #01983
[Bug 654860] Re: View pending members of a group on member's page
Currently groups can have requests or invites (or neither), but not
both, and this all depends on on the group's 'jointype'. So you can
avoid doing unnecessary count_records calls by wrapping them in "if
($group->jointype == 'invite')", etc.
One day we might want to add invites for 'open' jointype groups, but
that should be a different tracker item, because there's no way to do it
right now.
--
View pending members of a group on member's page
https://bugs.launchpad.net/bugs/654860
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: New
Bug description:
It would be good to see the pending members of a group on the "members" page. I created a course membership group and people asked to become members. However, I only see their request in my message center. Could easily be overlooked.
References