When creating a course in studio set a unique wiki_slug for it.

Currently wiki_slug is set to course number. However, since multiple
courses can have the same number this may lead to clashes. So wiki_slug
will be set to org.course.name. To maintain the active wiki_slugs for
xml courses this cannot be changed in the CourseDescriptor.

LMS-2136
This commit is contained in:
Usman Khalid
2014-03-04 00:32:27 +05:00
parent 7b185db751
commit 8f3cfa5a5f
4 changed files with 51 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
<course display_name="Toy Course" graceperiod="2 days 5 hours 59 minutes 59 seconds" start="2015-07-17T12:00">
<chapter url_name="Overview"/>
<wiki slug="edX.toy.TT_2012_Fall"/>
</course>