Files
edx-platform/cms/djangoapps/contentstore
kshitij.sobti 9ee4afaaf1 fix: use a single 'provider_type' key for storing discussion provider type in course
Both 'provider' and 'provider_type' have been used for storing the discussion provider type in course 'discussions_settings' field, there are some places in the code checking for 'provider' and others checking for 'provider_type', in some cases this can cause a bug where it doesn't detect the correct provider which causes discussion settings not being copied correctly when a course is cloned.

This change prioritises the `provider_type` setting over `provider` and reads `provider` only as a fallback. The `provider` setting is now made read-only just for backwards-compatibility, to avoid confusion.
2025-07-06 17:38:38 +05:30
..
2025-02-06 12:47:17 -05:00
2025-06-24 17:20:53 +00:00
2019-12-30 12:25:38 -05:00
2025-04-28 11:34:01 -04:00