Skip to content
Snippets Groups Projects
Unverified Commit ad6a6257 authored by Felipe Montoya's avatar Felipe Montoya Committed by GitHub
Browse files

Merge pull request #24237 from regisb/regisb/fix-no-csmh

Fix problem viewing when CSMH is disabled
parents a77fede8 2a5a4fe2
No related merge requests found
......@@ -33,8 +33,9 @@ class Migration(migrations.Migration):
dependencies = [
('courseware', '0010_auto_20190709_1559'),
('coursewarehistoryextended', '0002_force_studentmodule_index'),
]
if settings.FEATURES["ENABLE_CSMH_EXTENDED"]:
dependencies.append(('coursewarehistoryextended', '0002_force_studentmodule_index'))
operations = [
CsmBigInt(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment