Manual search is persistent through tab changes

This commit is contained in:
Mark McDowall 2013-07-03 20:04:26 -07:00
parent a2d993138c
commit 9d6f7efbf2
8 changed files with 43 additions and 21 deletions

View file

@ -30,7 +30,7 @@ define(
onShow: function () {
this._showSummary();
this._releaseSearchActivated = false;
this.searchLayout = new SearchLayout({ model: this.model });
},
@ -58,7 +58,7 @@ define(
}
this.ui.search.tab('show');
this.search.show(new SearchLayout({ model: this.model }));
this.search.show(this.searchLayout);
}
});