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
If I'm not mistaken, right now the handler view context includes request.payload, request.params, and request.query. It seems it would be useful if this also included request.pre so that you could use pre methods to fetch objects and have them available in the view when using the string shortcut, such as:
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I'm not mistaken, right now the handler view context includes
request.payload
,request.params
, andrequest.query
. It seems it would be useful if this also includedrequest.pre
so that you could use pre methods to fetch objects and have them available in the view when using the string shortcut, such as:route:
template:
The text was updated successfully, but these errors were encountered: