Skip to content

Commit f7a3786

Browse files
committed
ACP2E-3490: Product Content Type in Page Builder Gets Collapsed Without Correct Messages
1 parent 88660e7 commit f7a3786

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/code/Magento/CatalogWidget/Block/Product/ProductsList.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,4 +621,12 @@ private function decodeConditions(string $encodedConditions): array
621621
{
622622
return $this->conditionsHelper->decode(htmlspecialchars_decode($encodedConditions));
623623
}
624+
625+
/**
626+
* @inheritdoc
627+
*/
628+
protected function _afterToHtml($html)
629+
{
630+
return trim($html);
631+
}
624632
}

0 commit comments

Comments
 (0)