Skip to content

Commit

Permalink
Merge pull request #51 from Medality-Health/MRI-5684-delete-caselist
Browse files Browse the repository at this point in the history
[MRI-5684] Delete Case List Exclusion
  • Loading branch information
ianj-lewis authored Aug 29, 2024
2 parents 1954899 + 03374e5 commit 89bbeb1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions cms/djangoapps/contentstore/views/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,7 @@
'vimeo',
]

ADVANCED_COMPONENT_TYPES = sorted(
{
name for name, class_ in XBlock.load_classes()
# TODO MRI-5684 - remove this exclusion
# once ambra_case_list class is deleted.
if name != "ambra_case_list"
}
- set(COMPONENT_TYPES)
)
ADVANCED_COMPONENT_TYPES = sorted({name for name, class_ in XBlock.load_classes()} - set(COMPONENT_TYPES))

ADVANCED_PROBLEM_TYPES = settings.ADVANCED_PROBLEM_TYPES

Expand Down

0 comments on commit 89bbeb1

Please sign in to comment.