Fix Group Configuration Page after rebase.

This commit is contained in:
polesye
2014-08-01 14:53:32 +03:00
committed by cahrens
parent 61c417f7f4
commit e8ae3d1b4a
4 changed files with 27 additions and 21 deletions

View File

@@ -1136,7 +1136,7 @@ class GroupConfiguration(object):
continue
unit_url = reverse_usage_url(
'unit_handler',
'container_handler',
course.location.course_key.make_usage_key(unit.location.block_type, unit.location.name)
)
usage_info[split_test.user_partition_id].append({

View File

@@ -14,9 +14,9 @@ function ($, _, gettext, BasePage, GroupConfigurationsList) {
renderPage: function() {
var hash = this.getLocationHash();
this.$el.append(this.listView.render().el);
this.$('.content-primary').append(this.listView.render().el);
this.addButtonActions();
this.addWindowActions();
this.addWindowActions();
if (hash) {
// Strip leading '#' to get id string to match
this.expandConfiguration(hash.replace('#', ''));