We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10c49d commit 54e2eaeCopy full SHA for 54e2eae
1 file changed
openedx/core/djangoapps/xblock/runtime/runtime.py
@@ -85,6 +85,9 @@ class XBlockRuntime(RuntimeShim, Runtime):
85
The main reason we cannot make the runtime a long-lived singleton is that
86
the XBlock runtime API requires 'user_id' to be a property of the runtime,
87
not an argument passed in when loading particular blocks.
88
+
89
+ TODO: This should probably be merged with OpenedXContentRuntime, its one and
90
+ only child class. See https://github.com/openedx/openedx-platform/issues/38021
91
"""
92
93
# ** Do not add any XModule compatibility code to this class **
0 commit comments