Skip to content

Commit 2518b24

Browse files
committed
MAGETWO-86709: Widget isn't updated on Storefront if related Products are updated
1 parent 8e0ff74 commit 2518b24

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

app/code/Magento/Catalog/etc/widget.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
<label translate="true">Cache Lifetime (Seconds)</label>
6767
<description translate="true">
6868
<![CDATA[Time in seconds between the widget updates.
69-
<br/>If not set, equals to 86400 seconds (24 hours). To refresh instantly, go to Cache Management and clear Blocks HTML Output cache.
70-
<br/> <br/>Warning! Widget will show disabled or unavailable products if cache is not cleared after updating the product.]]>
69+
<br/>If not set, equals to 86400 seconds (24 hours). To update widget instantly, go to Cache Management and clear Blocks HTML Output cache.
70+
<br/>Widget will not show products that begin to match the specified conditions until cache is refreshed.]]>
7171
</description>
7272
</parameter>
7373
</parameters>

app/code/Magento/Catalog/i18n/en_US.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,12 +706,12 @@ Template,Template
706706
"New Products Images Only Template","New Products Images Only Template"
707707
"Cache Lifetime (Seconds)","Cache Lifetime (Seconds)"
708708
"Time in seconds between the widget updates.
709-
<br/>If not set, equals to 86400 seconds (24 hours). To refresh instantly, go to Cache Management and clear Blocks HTML Output cache.
710-
<br/> <br/>Warning! Widget will show disabled or unavailable products if cache is not cleared after updating the product."
709+
<br/>If not set, equals to 86400 seconds (24 hours). To update widget instantly, go to Cache Management and clear Blocks HTML Output cache.
710+
<br/>Widget will not show products that begin to match the specified conditions until cache is refreshed."
711711
,
712712
"Time in seconds between the widget updates.
713-
<br/>If not set, equals to 86400 seconds (24 hours). To refresh instantly, go to Cache Management and clear Blocks HTML Output cache.
714-
<br/> <br/>Warning! Widget will show disabled or unavailable products if cache is not cleared after updating the product."
713+
<br/>If not set, equals to 86400 seconds (24 hours). To update widget instantly, go to Cache Management and clear Blocks HTML Output cache.
714+
<br/>Widget will not show products that begin to match the specified conditions until cache is refreshed."
715715
"Catalog Product Link","Catalog Product Link"
716716
"Link to a Specified Product","Link to a Specified Product"
717717
"Select Product...","Select Product..."

app/code/Magento/CatalogWidget/etc/widget.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<label translate="true">Cache Lifetime (Seconds)</label>
4343
<description translate="true">
4444
<![CDATA[Time in seconds between the widget updates.
45-
<br/>If not set, equals to 86400 seconds (24 hours). To refresh instantly, go to Cache Management and clear Blocks HTML Output cache.
46-
<br/> <br/>Warning! Widget will show disabled or unavailable products if cache is not cleared after updating the product.]]>
45+
<br/>If not set, equals to 86400 seconds (24 hours). To update widget instantly, go to Cache Management and clear Blocks HTML Output cache.
46+
<br/>Widget will not show products that begin to match the specified conditions until cache is refreshed.]]>
4747
</description>
4848
</parameter>
4949
<parameter name="condition" xsi:type="conditions" visible="true" required="true" sort_order="10"

app/code/Magento/CatalogWidget/i18n/en_US.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Template,Template
1717
"Products Grid Template","Products Grid Template"
1818
"Cache Lifetime (Seconds)","Cache Lifetime (Seconds)"
1919
"Time in seconds between the widget updates.
20-
<br/>If not set, equals to 86400 seconds (24 hours). To refresh instantly, go to Cache Management and clear Blocks HTML Output cache.
21-
<br/> <br/>Warning! Widget will show disabled or unavailable products if cache is not cleared after updating the product."
20+
<br/>If not set, equals to 86400 seconds (24 hours). To update widget instantly, go to Cache Management and clear Blocks HTML Output cache.
21+
<br/>Widget will not show products that begin to match the specified conditions until cache is refreshed."
2222
,
2323
"Time in seconds between the widget updates.
24-
<br/>If not set, equals to 86400 seconds (24 hours). To refresh instantly, go to Cache Management and clear Blocks HTML Output cache.
25-
<br/> <br/>Warning! Widget will show disabled or unavailable products if cache is not cleared after updating the product."
24+
<br/>If not set, equals to 86400 seconds (24 hours). To update widget instantly, go to Cache Management and clear Blocks HTML Output cache.
25+
<br/>Widget will not show products that begin to match the specified conditions until cache is refreshed."
2626
Conditions,Conditions

0 commit comments

Comments
 (0)