laravel-moderation icon indicating copy to clipboard operation
laravel-moderation copied to clipboard

Route-Model-Binding in Strict Mode?

Open mikebronner opened this issue 6 years ago • 0 comments

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!

mikebronner avatar Jun 15 '18 20:06 mikebronner