-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
bugVerified bug by the Nova teamVerified bug by the Nova team
Milestone
Description
- Laravel Version: 5.8.33
- Nova Version: 2.0.11;2.1.1
- PHP Version: 7.3.5
- Database Driver and Version: 10.3.15-MariaDB
- Operating System and Version: Windows 7 6.1.7601 Service Pack 1 build 7601
- Browser type and version: Chrome 76.0.3809.100
- Reproduction Repository: https://github.com/ArroWsGM/nova-redirect-bug
Description
Nova throws 409 (Conflict) error after 2-nd resource update
Steps To Reproduce
Install laravel with nova, create resource or use User resource
Override redirectAfterUpdate method:
public static function redirectAfterUpdate(NovaRequest $request, $resource)
{
return '/resources/'.static::uriKey().'/'.$resource->getKey().'/edit';
}Go to update page of the resource, change something, hit update (all fine), change something once again or do nothing, hit update and get an error.
valeriu-dev
Metadata
Metadata
Assignees
Labels
bugVerified bug by the Nova teamVerified bug by the Nova team