Skip to content

Commit 702f464

Browse files
committed
MAGETWO-86251: [Port 2.3-develop] Respect 'Learn More Link' in Recently Viewed Products widget options #12947
- Merge Pull Request #12947 from JeroenVanLeusden/magento2:patch-4 - Merged commits: 1. a77f6c2
2 parents ed0a849 + a77f6c2 commit 702f464

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Catalog/view/base/web/template/product

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/view/base/web/template/product/link.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
-->
7-
<a class="product-item-link"
7+
<a if="isAllowed()"
8+
class="product-item-link"
89
attr="href: $row().url"
910
text="label"/>

0 commit comments

Comments
 (0)