|
|
@ -88,7 +88,7 @@ define(
|
|
|
|
|
|
|
|
|
|
|
|
onShow: function () {
|
|
|
|
onShow: function () {
|
|
|
|
this.history.show(new LoadingView());
|
|
|
|
this.history.show(new LoadingView());
|
|
|
|
this.collection.fetch();
|
|
|
|
//this.collection.fetch();
|
|
|
|
this._showToolbar();
|
|
|
|
this._showToolbar();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
@ -109,7 +109,7 @@ define(
|
|
|
|
_showToolbar: function () {
|
|
|
|
_showToolbar: function () {
|
|
|
|
var filterOptions = {
|
|
|
|
var filterOptions = {
|
|
|
|
type : 'radio',
|
|
|
|
type : 'radio',
|
|
|
|
storeState : false,
|
|
|
|
storeState : true,
|
|
|
|
menuKey : 'history.filterMode',
|
|
|
|
menuKey : 'history.filterMode',
|
|
|
|
defaultAction : 'all',
|
|
|
|
defaultAction : 'all',
|
|
|
|
items :
|
|
|
|
items :
|
|
|
|