-
-
-
-
-
-
-
-
-
diff --git a/cms/templates/js/mock/mock-xblock-paged.underscore b/cms/templates/js/mock/mock-xblock-paged.underscore
new file mode 100644
index 0000000000..c6c2c881d8
--- /dev/null
+++ b/cms/templates/js/mock/mock-xblock-paged.underscore
@@ -0,0 +1,21 @@
+
diff --git a/common/lib/xmodule/xmodule/library_root_xblock.py b/common/lib/xmodule/xmodule/library_root_xblock.py
index 497a145b79..3118f9a258 100644
--- a/common/lib/xmodule/xmodule/library_root_xblock.py
+++ b/common/lib/xmodule/xmodule/library_root_xblock.py
@@ -76,7 +76,7 @@ class LibraryRoot(XBlock):
fragment.add_frag_resources(rendered_child)
contents.append({
- 'id': child.location.to_deprecated_string(),
+ 'id': unicode(child.location),
'content': rendered_child.content
})
@@ -85,7 +85,6 @@ class LibraryRoot(XBlock):
'items': contents,
'xblock_context': context,
'can_add': can_add,
- 'can_reorder': False,
'first_displayed': item_start,
'total_children': children_count,
'displayed_children': len(children_to_show)
diff --git a/common/lib/xmodule/xmodule/video_module/video_handlers.py b/common/lib/xmodule/xmodule/video_module/video_handlers.py
index 1ba427c357..9e9db860ca 100644
--- a/common/lib/xmodule/xmodule/video_module/video_handlers.py
+++ b/common/lib/xmodule/xmodule/video_module/video_handlers.py
@@ -155,6 +155,7 @@ class VideoStudentViewHandlers(object):
if transcript_name:
# Get the asset path for course
+ asset_path = None
course = self.descriptor.runtime.modulestore.get_course(self.course_id)
if course.static_asset_path:
asset_path = course.static_asset_path