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

@ -615,7 +615,7 @@ class Document extends Model
'permission' => 'read-' . $group . '-' . $permission_prefix,
'attributes' => [
'id' => 'index-line-actions-send-email-' . $this->type . '-' . $this->id,
'@click' => 'onEmail("' . route('modals.'. $prefix . '.emails.create', $this->id) . '")',
'@click' => 'onSendEmail("' . route('modals.'. $prefix . '.emails.create', $this->id) . '")',
],
];
}