Fix the Views namespace

This commit is contained in:
Antoine Le Gonidec 2024-07-10 17:35:10 +02:00
parent eccd04b331
commit 980dc95607
Signed by: vv221
GPG key ID: 636B78F91CEB80D8
3 changed files with 123 additions and 123 deletions

View file

@ -162,7 +162,7 @@
@if ($mode == App\Conversation::SEARCH_MODE_CONV)
@include('conversations/conversations_table', ['mailbox' => $search_mailbox, 'params' => ['target_blank' => true, 'show_mailbox' => (count(Auth::user()->mailboxesCanView(true)) > 1)]])
@else
@include('freescout-restricted-customers::customers/partials/customers_table')
@include('mmfrestrictedcustomers::customers/partials/customers_table')
@endif
</div>
@endsection

View file

@ -3,7 +3,7 @@
@section('title', 'Add Customer (MillionsMissingFrance)')
@section('content')
@include('freescout-restricted-customers::customers/partials/edit_form', ['save_button_title' => __('Add')])
@include('mmfrestrictedcustomers::customers/partials/edit_form', ['save_button_title' => __('Add')])
@endsection
@section('javascript')

View file

@ -14,7 +14,7 @@
@section('content')
@include('customers/profile_tabs')
@include('freescout-restricted-customers::customers/partials/edit_form')
@include('mmfrestrictedcustomers::customers/partials/edit_form')
@endsection
@section('javascript')