stephpy / timeline

Standalone library to make a timeline.
MIT License
89 stars 20 forks source link

Paginator count is wrong when there are more than 1 components in an action #43

Closed venimus closed 9 years ago

venimus commented 9 years ago

https://github.com/stephpy/timeline/blob/master/src/ResultBuilder/Pager/KnpPager.php#L42

should be

$this->pager = $this->paginator->paginate($target, $page, $limit, array('distinct' => true));
stephpy commented 9 years ago

Hi,

Good catch, could you make a PR please ?