Deprecate COURSE_OUTLINE_PAGE_FLAG and UNIFIED_COURSE_TAB_FLAG

These flags are deprecated in favor or the DISABLE_* equivalent.
This allows us to get rid of the DefaultTrueWaffleNamespace class.
This commit is contained in:
Régis Behmo
2020-10-26 19:46:05 +01:00
parent 48b4dfb201
commit 13a70fcaa6
17 changed files with 70 additions and 127 deletions

View File

@@ -3,8 +3,8 @@
"pk": 1,
"model": "waffle.flag",
"fields": {
"name": "course_experience.course_outline_page",
"everyone": false
"name": "course_experience.disable_course_outline_page",
"everyone": true
}
},
{