File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
tutor/templates/jobs/init Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ if [ -d /openedx/data/uploads/ ]; then
1313 fi
1414fi
1515
16- # Create waffle switches to enable some features, if they have not been explicitly defined before
17- # Copy-paste of units in Studio (highly requested new feature, but defaults to off in Quince)
18- (./manage.py cms waffle_flag --list | grep contentstore.enable_copy_paste_units) || ./manage.py lms waffle_flag --create contentstore.enable_copy_paste_units --everyone
19-
2016# Create the index for studio and courseware content. Because we specify --init,
2117# this will not populate the index (potentially slow) nor replace any existing
2218# index (resulting in broken features until it is complete). If either of those
You can’t perform that action at this time.
0 commit comments