Skip to content

Commit

Permalink
メールフィールドが保存できない問題を修正 fix baserproject#2014
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Mar 13, 2023
1 parent 19eb708 commit 7ca2fa1
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions plugins/bc-mail/src/Model/Table/MailFieldsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,30 +312,4 @@ public function formatSource($source)
return implode("\n", $sourceList);
}

/**
* After Delete
*/
public function afterDelete()
{
// TODO ucmitz 未実装
// parent::afterDelete();
// // フロントエンドでは、MailContentのキャッシュを利用する為削除しておく
// $MailContent = ClassRegistry::init('BcMail.MailContent');
// $MailContent->delCache();
}

/**
* After Save
*
* @param bool $created
* @param array $options
*/
public function afterSave($created, $options = [])
{
// TODO ucmitz 未実装
// parent::afterSave($created, $options);
// // フロントエンドでは、MailContentのキャッシュを利用する為削除しておく
// $MailContent = ClassRegistry::init('BcMail.MailContent');
// $MailContent->delCache();
}
}

0 comments on commit 7ca2fa1

Please sign in to comment.