openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
20 stars 2 forks source link

🐛(back) exactly match resource_link when retrieving a course run #739

Closed lunika closed 3 months ago

lunika commented 3 months ago

Purpose

When retrieving a course_run from the endpoint made for the import, we have to exactly match the given resource_link because moodle has an incremental id, so the resource link for the id 5 can also match the one for the id 58.

Proposal