Platform
Platform copied to clipboard
[Bug] Route not defined for disabled Module
Summary of issue
Whenever I disabled a Module an error is thrown for a route of a Module that has been disabled
I get the following error
ERROR: Uncaught InvalidArgumentException: Route [admin.brokerquotes.insurer.create] not defined. in /releases/3/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:305 Stack trace: #0 //releases/3/vendor/maatwebsite/laravel-sidebar/src/Traits/RouteableTrait.php(41): Illuminate\Routing\UrlGenerator->route('admin.brokerquo...', Array)
The route in question derives from the disabled module in question.
Steps to reproduce
- install asgardcms
- disable Module
- navigate to backend
System Details
- Operating System - Ubuntu
- PHP Version - 7
- Laravel Version - 5.5.44
Asgardcms/Platformversion - 3.6.1
Could you give more information other then "an error is thrown"?
@nWidart updated the issue