Get url param in CreateRecord
In ProductResource, i have product_request_id as a query parameter. How can i access the ProductRequest model in CreateProduct page
3 Replies
I can't able to add ProductRequest as parameter in mount function of CreateProduct page
You can get it from the request helper and save it to a public property:
it works with friendly url params ?
ex: admin/cliente/2/orgaos
2 is a client_id param