I get page not found errors when trying to access a model for editing that hasn't been approved yet.
I'm using restful routes and controllers, along with route-model-binding. I suspect that the query for the route-model-binding is preventing me from accessing that model, because it hasn't been approved. Is there a recommended process for this? How can I access a record for approval (via route-model-binding) if that doesn't work?
I get page not found errors when trying to access a model for editing that hasn't been approved yet. I'm using restful routes and controllers, along with route-model-binding. I suspect that the query for the route-model-binding is preventing me from accessing that model, because it hasn't been approved. Is there a recommended process for this? How can I access a record for approval (via route-model-binding) if that doesn't work?
Thanks!