- Issue created by @joshua.boltz
Considering this a bug because I feel like if an alter hook is provided, it should always be reached, but it seems like only in certain behaviors (like redirect) might it get reached. This is because when performAction() returns an exception, it kills the rest of the process/flow, whereas if performAction() returns an actual response, it doesn't kill it and gets to the alter hook.
Active
2.0
Code