We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b87a3fa + 0fac107 commit 7e77673Copy full SHA for 7e77673
app/code/Magento/Email/Model/Resource/Template.php
@@ -99,7 +99,7 @@ public function checkCodeUsage(\Magento\Email\Model\Template $template)
99
protected function _beforeSave(AbstractModel $object)
100
{
101
if ($object->isObjectNew()) {
102
- $object->setCreatedAt($this->dateTime->formatDate(true));
+ $object->setAddedAt($this->dateTime->formatDate(true));
103
}
104
$object->setModifiedAt($this->dateTime->formatDate(true));
105
$object->setTemplateType((int)$object->getTemplateType());
0 commit comments