Skip to content
Snippets Groups Projects
Unverified Commit d984db4c authored by Robert Raposa's avatar Robert Raposa Committed by GitHub
Browse files

Merge pull request #25644 from regisb/regisb/fix-coursewaffle-monitor-value

[BD-21] Fix monitored values of CourseWaffleFlag objects
parents 124a6a1c fe955803
No related branches found
Tags release-2020-11-19-11.03
No related merge requests found
......@@ -190,7 +190,7 @@ class CourseWaffleFlag(BaseWaffleFlag):
if is_enabled_for_course is not None:
# pylint: disable=protected-access
self.waffle_namespace._monitor_value(
self.namespaced_flag_name, is_enabled_for_course
self.flag_name, is_enabled_for_course
)
return is_enabled_for_course
return super().is_enabled()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment