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
Showing
- cms/djangoapps/contentstore/tests/test_contentstore.py 29 additions, 2 deletionscms/djangoapps/contentstore/tests/test_contentstore.py
- cms/djangoapps/contentstore/views/course.py 7 additions, 0 deletionscms/djangoapps/contentstore/views/course.py
- common/lib/xmodule/xmodule/modulestore/xml_importer.py 14 additions, 5 deletionscommon/lib/xmodule/xmodule/modulestore/xml_importer.py
- common/test/data/two_toys/course/TT_2012_Fall.xml 1 addition, 0 deletionscommon/test/data/two_toys/course/TT_2012_Fall.xml
Loading
Please register or sign in to comment