refs #2680 Changed: Email function . CU-3196abw - ( #3196abw )

This commit is contained in:
Cüneyt Şentürk
2022-10-20 14:59:04 +03:00
parent 32e4bc85a5
commit a849f5a78c
8 changed files with 106 additions and 131 deletions

View File

@ -65,7 +65,7 @@
@if (! $hideEmail)
@if ($document->contact_email)
<x-dropdown.button id="show-more-actions-send-email-{{ $document->type }}" @click="onEmail('{{ route($emailRoute, $document->id) }}')">
<x-dropdown.button id="show-more-actions-send-email-{{ $document->type }}" @click="onSendEmail('{{ route($emailRoute, $document->id) }}')">
{{ trans($textEmail) }}
</x-dropdown.button>
@else