fixed edit series from series details
This commit is contained in:
parent
df705b79cf
commit
bbacad9171
|
@ -116,7 +116,7 @@ define(
|
||||||
},
|
},
|
||||||
|
|
||||||
_editSeries: function () {
|
_editSeries: function () {
|
||||||
App.vent.trigger(App.Commands.EditSeriesCommand, {model: this.model});
|
App.vent.trigger(App.Commands.EditSeriesCommand, {series: this.model});
|
||||||
},
|
},
|
||||||
|
|
||||||
_refreshSeries: function () {
|
_refreshSeries: function () {
|
||||||
|
|
Loading…
Reference in New Issue