mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #1993 from dicarlosystems/1992-fix-disables-modules-showing-in-nav
Fix Disabled Modules Showing in Left Sidebar
This commit is contained in:
commit
4551488c63
921
composer.lock
generated
921
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -392,7 +392,7 @@
|
|||||||
@endif
|
@endif
|
||||||
@endforeach
|
@endforeach
|
||||||
@if ( ! Utils::isNinjaProd())
|
@if ( ! Utils::isNinjaProd())
|
||||||
@foreach (Module::all() as $module)
|
@foreach (Module::collections() as $module)
|
||||||
@include('partials.navigation_option', [
|
@include('partials.navigation_option', [
|
||||||
'option' => $module->getAlias(),
|
'option' => $module->getAlias(),
|
||||||
'icon' => $module->get('icon', 'th-large'),
|
'icon' => $module->get('icon', 'th-large'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user