Skip to content

Commit

Permalink
feat!: remove Matlab key from Studio Problem settings
Browse files Browse the repository at this point in the history
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.

openedx/public-engineering#192
  • Loading branch information
ormsbee committed Oct 5, 2023
1 parent 98d0435 commit 6710af6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xmodule/capa_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,11 @@ def non_editable_metadata_fields(self):
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

Expand Down

0 comments on commit 6710af6

Please sign in to comment.