pub async fn get_by_actor_course(
conn: &mut PgConnection,
actor_course_id: Uuid,
limit: i64,
) -> ModelResult<Vec<CreditRegistrationAdminActionRecord>>Expand description
Actions authorised by a course’s teacher permission, not actions targeting the course.