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
On every event middleware for event.ComponentTreeNode.executeHandler, I would like access to the handler as well as the component. This doesn't provide it:
I'm submitting a...
As part of
event.ComponentTreeNode.executeHandleralso provide the handler that is being called.Some of this is provided as part of the $route but that is not updated for $redirect and $delegate:
Expected Behavior
On every event middleware for
event.ComponentTreeNode.executeHandler, I would like access to the handler as well as the component. This doesn't provide it:I want to be able to log and use the
<component>.<handler>string for all of these:Specifically, I am writing a view engine and I want to automatically set a request value:
This can then be used as part of the criteria for selecting output templates.
Providing a method that can always be called in
event.ComponentTreeNode.executeHandlerthat would return thehandlerPathis one solution.Current Behavior
Access to the handler value is not available.
Error Log
No error
Your Environment
The text was updated successfully, but these errors were encountered: