Merge pull request #13333 from edx/bjacobel/TNL-5249

Fix TNL-5249: inconsistent state in discussions UI
This commit is contained in:
Brian Jacobel
2016-08-27 12:22:53 -04:00
committed by GitHub

View File

@@ -91,7 +91,6 @@
id = self.model.get('id');
if (collection.get(id)) {
self.model = collection.get(id);
self.rerender();
}
});
this.createShowView();