boomerdigital / solidus_avatax_certified

Improve your Solidus store's sales tax decision automation with Avalara AvaTax
BSD 3-Clause "New" or "Revised" License
9 stars 44 forks source link

Don't redefine admin/users default CRUD routes #147

Closed cedum closed 5 years ago

cedum commented 5 years ago

When adding avalara_information routes for admin/users don't (re)create the default CRUD routes for users. These routes are placed on the top of the routes table (hence a higher priority) and might cause unexpected conflicts with other routes definitions.