Replies: 1 comment
-
add an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a route like
project/requests
and a child routeproject/requests/$request_id
. Ifproject/requests
is loaded as a view I want to show a form for submitting a new request. Ifproject/requests/$request_id
is loaded, it should instead show the details of that request. I have not found an easy way to determine this usage in the parent so I can optionally show the form or load a new request form component.Beta Was this translation helpful? Give feedback.
All reactions