Hide read state on profile pages. Add tests for read state generally

This commit is contained in:
Brian Jacobel
2017-01-06 13:34:04 -05:00
parent deb9e53942
commit 30f62203e2
3 changed files with 75 additions and 12 deletions

View File

@@ -39,7 +39,10 @@
collection: this.discussion,
el: this.$('.inline-threads'),
courseSettings: this.courseSettings,
hideRefineBar: true // TODO: re-enable the search/filter bar when it works correctly
hideRefineBar: true, // TODO: re-enable the search/filter bar when it works correctly
// TODO: remove. Used temporarily to disable read state on profile page. See comment in
// discussion_thread_list_view.js / DiscussionThreadListView.prototype.renderThread
profilePage: true
}).render();
this.discussionThreadListView.on('thread:selected', _.bind(this.navigateToThread, this));