kongulov / nova-tab-translatable

This package contains a NovaTabTranslatable class you can use to make any Nova field type translatable with tabs.
MIT License
79 stars 17 forks source link

Package overrides some of default nova routes #26

Closed aghayeff closed 1 year ago

aghayeff commented 1 year ago

Hi, Nova Version: 4.16.1 Laravel Version: 9 Php 8.0

after installing tab-translatable package, I came across that File Deletion does not work, return 404 error. I checked all routes using the command

php artisan route:list

and saw that your package overrides default some Nova routes. Take a look to the screenshot, especially the first, second and the last routes

Screen Shot 2022-10-21 at 14 30 52
kongulov commented 1 year ago

@aghayeff

Thank you very much for finding the problem! Problem solved (https://github.com/kongulov/nova-tab-translatable/commit/b5face5f17092911bdf86523c72cc612ff1ff64a), please update the package to the new version (2.0.7)