pub async fn any_credit_registration_enabled(
conn: &mut PgConnection,
) -> ModelResult<bool>Expand description
The gate for admin actions that are not tied to one course (e.g. resolving or manually
linking a student number), where get_credit_registration_enabled_ids_for_course has no
course to check against.