Improve fixtures, restore InboxView rendering on the test page (#1562)
This commit is contained in:
parent
151d1797db
commit
61a2a1a8f8
4 changed files with 55 additions and 14 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue