Fix Group Configuration Page after rebase.
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -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('#', ''));
|
||||
|
||||
Reference in New Issue
Block a user