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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user