Skip to content

Commit d5c5eb2

Browse files
committed
ACP2E-1323: Unable to Preview the email template
1 parent abe22bc commit d5c5eb2

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Email/Block/Adminhtml/Template/Grid/Renderer

1 file changed

+1
-1
lines changed

app/code/Magento/Email/Block/Adminhtml/Template/Grid/Renderer/Action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public function render(\Magento\Framework\DataObject $row)
2424

2525
$actions[] = [
2626
'url' => $this->getUrl('adminhtml/*/preview', ['id' => $row->getId()]),
27-
'popup' => true,
2827
'caption' => __('Preview'),
28+
'target' => 'blank'
2929
];
3030

3131
$this->getColumn()->setActions($actions);

0 commit comments

Comments
 (0)