We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc58143 + 816e2af commit b03fdf9Copy full SHA for b03fdf9
1 file changed
tutor/templates/jobs/init/cms.sh
@@ -13,10 +13,6 @@ if [ -d /openedx/data/uploads/ ]; then
13
fi
14
15
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
-
20
# Create the index for studio and courseware content. Because we specify --init,
21
# this will not populate the index (potentially slow) nor replace any existing
22
# index (resulting in broken features until it is complete). If either of those
0 commit comments