feat!: remove Matlab key from Studio Problem settings
The Matlab-specific code is coupled with XQueue in places, making its removal a little tricky. But we at least want to hide this now-useless field from end-users before we cut the Quince release. https://github.com/openedx/public-engineering/issues/192
This commit is contained in:
@@ -504,6 +504,11 @@ class ProblemBlock(
|
||||
ProblemBlock.markdown,
|
||||
ProblemBlock.use_latex_compiler,
|
||||
ProblemBlock.show_correctness,
|
||||
|
||||
# Temporarily remove the ability to see MATLAB API key in Studio, as
|
||||
# a pre-cursor to removing it altogether.
|
||||
# https://github.com/openedx/public-engineering/issues/192
|
||||
ProblemBlock.matlab_api_key,
|
||||
])
|
||||
return non_editable_fields
|
||||
|
||||
|
||||
Reference in New Issue
Block a user