Utils
hypha.apply.activity.adapters.utils
¶
link_to
¶
group_reviewers
¶
reviewers_message
¶
Source code in hypha/apply/activity/adapters/utils.py
is_transition
¶
is_ready_for_review
¶
is_invoice_public_transition
¶
Source code in hypha/apply/activity/adapters/utils.py
is_reviewer_update
¶
get_compliance_email
¶
Source code in hypha/apply/activity/adapters/utils.py
get_users_for_groups
¶
It will return the user queryset with the mentioned groups,
**NOTE: exact_match and user_queryset are not working together(for now). Set either one of them.