pub async fn dismiss_enrolment_banner(
conn: &mut PgConnection,
id: Uuid,
user_id: Uuid,
) -> ModelResult<()>Expand description
The student dismissed the in-course-material re-enrol banner for this registration.
pub async fn dismiss_enrolment_banner(
conn: &mut PgConnection,
id: Uuid,
user_id: Uuid,
) -> ModelResult<()>The student dismissed the in-course-material re-enrol banner for this registration.