Skip to content

Commit 43215c2

Browse files
committed
MC-2379: CMS content containing widget directives is not updated when the linked widget directive entities are updated
- Reverted feedback from CR after clarification
1 parent e0ac310 commit 43215c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Cms/Block/Widget/Block.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
use Magento\Framework\DataObject\IdentityInterface;
1212
use Magento\Framework\Exception\NoSuchEntityException;
1313
use Magento\Cms\Model\Block as CmsBlock;
14+
use Magento\Widget\Block\BlockInterface;
1415

1516
/**
1617
* Cms Static Block Widget
1718
*
1819
* @author Magento Core Team <core@magentocommerce.com>
1920
*/
20-
class Block extends \Magento\Framework\View\Element\Template implements IdentityInterface
21+
class Block extends \Magento\Framework\View\Element\Template implements BlockInterface, IdentityInterface
2122
{
2223
/**
2324
* @var \Magento\Cms\Model\Template\FilterProvider

0 commit comments

Comments
 (0)