Improve fixtures, restore InboxView rendering on the test page (#1562)
This commit is contained in:
@@ -154,6 +154,10 @@
|
||||
loadPromise: function() {
|
||||
return this._initialPromise;
|
||||
},
|
||||
reset: function() {
|
||||
this._initialPromise = null;
|
||||
conversations.reset([]);
|
||||
},
|
||||
load: function() {
|
||||
console.log('ConversationController: starting initial fetch');
|
||||
if (this._initialPromise) {
|
||||
|
Reference in New Issue
Block a user