mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-06-13 13:39:23 -04:00
reports: Move flattening tabulations into reducer
This removes some circular control dependencies
This commit is contained in:
@ -23,7 +23,7 @@ function mapDispatchToProps(dispatch) {
|
||||
onDeleteReport: function(report) {dispatch(ReportActions.remove(report))},
|
||||
onSelectReport: function(report) {dispatch(ReportActions.select(report))},
|
||||
onTabulateReport: function(report) {dispatch(ReportActions.tabulate(report))},
|
||||
onSelectSeries: function(tabulation, seriesTraversal) {dispatch(ReportActions.selectSeries(tabulation, seriesTraversal))}
|
||||
onSelectSeries: function(seriesTraversal) {dispatch(ReportActions.selectSeries(seriesTraversal))}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user