Merge pull request #13333 from edx/bjacobel/TNL-5249
Fix TNL-5249: inconsistent state in discussions UI
This commit is contained in:
@@ -91,7 +91,6 @@
|
||||
id = self.model.get('id');
|
||||
if (collection.get(id)) {
|
||||
self.model = collection.get(id);
|
||||
self.rerender();
|
||||
}
|
||||
});
|
||||
this.createShowView();
|
||||
|
||||
Reference in New Issue
Block a user