Skip to content

Commit

Permalink
occ command for executing dataloads #16
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Jan 27, 2020
1 parent 9205090 commit b143008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 2.1.0 - 2020-02-xx
### Added
- occ command for executing dataloads [#16](https://github.com/rello/analytics/issues/16)

## 2.0.0 - 2020-01-17
### Added
- NC 18 Flow integration #10 [#10](https://github.com/rello/analytics/issues/10)
- NC 18 Flow integration [#10](https://github.com/rello/analytics/issues/10)
- Enhanced dataloads with scheduling [#13](https://github.com/rello/analytics/issues/13)
- Advanced configuration page for more options than sidebar [#12](https://github.com/rello/analytics/issues/12)
- new datasource: website grabber [#14](https://github.com/rello/analytics/issues/14)
Expand Down
2 changes: 1 addition & 1 deletion lib/Command/Load.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ protected function configure()
protected function execute(InputInterface $input, OutputInterface $output)
{
$dataloadId = $input->getArgument('dataloadId');
$this->DataloadController->execute($dataloadId);
$this->DataloadController->execute((int)$dataloadId);
}
}

0 comments on commit b143008

Please sign in to comment.