Skip to content

Commit

Permalink
Issue #516: Customize the subject-line of 'asset-updated' emails.
Browse files Browse the repository at this point in the history
  • Loading branch information
danhgov committed Sep 23, 2024
1 parent 93aec0a commit 53c5048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/modules/custom/bc_dc/bc_dc.module
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ function _bc_dc_send_email_re_changed_asset($owner, $asset) {
['flag'=>'bookmark', 'entity_id'=> $asset->id()],
['absolute' => TRUE])->toString(),
*/
$subject = 'Your bookmarked metadata record has been updated';
$subject = t('Update to "@asset_name" metadata record', ['@asset_name' => $asset->getTitle()]);

$body_content = t(<<<END_BODY
Dear @first_name,
Expand Down

0 comments on commit 53c5048

Please sign in to comment.