diff --git a/ckan/logic/action/get.py b/ckan/logic/action/get.py index 1ea89fbdce2..63a9f422ec3 100644 --- a/ckan/logic/action/get.py +++ b/ckan/logic/action/get.py @@ -2730,11 +2730,10 @@ def _unpick_search(sort, allowed_fields=None, total=None): def member_roles_list(context, data_dict): - '''Return the list of roles. - - Return the list of roles for use in forms. + '''Returns the roles possible for members of groups and organizations. + :returns: the names and titles for roles that are possible for members in + groups and organizations :rtype: list of dictionaries - ''' return new_authz.roles_list()