You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modifications in @1843b820153 related to #9068 break knp paginator for me in the DEV environment, using 2.2.7-DEV.
Maybe it's related to service alias handling as it was in symfony/swiftmailer-bundle#44?
In the prod env. all works fine.
I get this exception:
$itemsEvent->target = &$target;
$this->eventDispatcher->dispatch('knp_pager.items', $itemsEvent);
if (!$itemsEvent->isPropagationStopped()) {
throw new \RuntimeException('One of listeners must count and slice given target');
}
// pagination initialization event
$paginationEvent = new Event\PaginationEvent;
The text was updated successfully, but these errors were encountered:
This PR was merged into the 2.2 branch.
Discussion
----------
[FrameworkBundle] made sure that the debug event dispatcher is used everywhere
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #6686, #7673
| License | MIT
| Doc PR | n/a
Commits
-------
f65a526 [FrameworkBundle] made sure that the debug event dispatcher is used everywhere
Modifications in @1843b820153 related to #9068 break knp paginator for me in the DEV environment, using 2.2.7-DEV.
Maybe it's related to service alias handling as it was in symfony/swiftmailer-bundle#44?
In the prod env. all works fine.
I get this exception:
The text was updated successfully, but these errors were encountered: