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:
David Ormsbee
2023-10-05 10:21:32 -04:00
parent 98d0435167
commit 6710af6d13

View File

@@ -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