You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser type and version: Google Chrome 119.0.6045.105
Description:
After clean install of Nova, when click on edit button in a resource got redirected to detail view not the edit form view. This not happen with early versions such Nova 4.24.4 in other projects.
Detailed steps to reproduce the issue on a fresh Nova installation:
Install Laravel (composer create-project laravel/laravel new-project)
Config env file
migrate
Install Nova
Create User
The text was updated successfully, but these errors were encountered:
Recently upgraded 4 of my projects to 4.29.2, just checked all of them right now, couldn't confirm the issue you are describing.
All of them working as expected (Edit button goes to edit page, view button goes to details page).
Description:
After clean install of Nova, when click on edit button in a resource got redirected to detail view not the edit form view. This not happen with early versions such Nova 4.24.4 in other projects.
Detailed steps to reproduce the issue on a fresh Nova installation:
Install Laravel (composer create-project laravel/laravel new-project)
Config env file
migrate
Install Nova
Create User
The text was updated successfully, but these errors were encountered: