This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
[ZF3] Forward plugin doesn't detach problem listeners anymore. #246
Closed
Description
Looks like there was a regressions as part of a v2 compatibility removable commit. The detachProblemListeners code builds the list of listeners to remove but doesn't actually remove them. For me, this manifests as my resulting ViewModel being double-rendered due to the InjectViewModelListener not actually being detached.
I will submit a PR to restore the block of code that actually detaches the listener.