Bratac

Results 8 comments of Bratac

I forgot to mention that the `trait canChangeRouteKey` also overrides the crud model function `getKey()`

I missed edit. I will do more testing and resubmit

@tabacitu Thank you. I was having problems with update and have not had the time to fix that yet.

The update function needs to stay as $item = $this->model->findOrFail($id);//This will always use primary key. But since it is POST ok. this is what is passed by the request.

I have a pull request into Laravel for the following which could also be easily implemented in the base crud class to change the route key by ```php protected $routeKeyName...

The progress on this looks great. I apologize I lack the skills to complete this myself.

@tabacitu There is now a much more simple implementation for this on the current branch and the ability to override `getRouteKeyName()` in laravel. 3 small changes to Backpack, override the...

@tabacitu I submitted a different pull request for this. #3490