Skip to content

Commit

Permalink
feat: enable copy-paste of units by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald authored and regisb committed Dec 5, 2023
1 parent 77e59a2 commit cd7e720
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tutor/templates/jobs/init/cms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ if [ -d /openedx/data/uploads/ ]; then
mv /openedx/data/uploads/* /openedx/media/
rm -rf /openedx/data/uploads/
fi
fi
fi

# Create waffle switches to enable some features, if they have not been explicitly defined before
# Copy-paste of units in Studio (highly requested new feature, but defaults to off in Quince)
(./manage.py cms waffle_flag --list | grep contentstore.enable_copy_paste_units) || ./manage.py lms waffle_flag --create contentstore.enable_copy_paste_units --everyone

0 comments on commit cd7e720

Please sign in to comment.