Skip to content

Commit 01e9fc2

Browse files
[NS-793] Magento PageBuilder - Fixed Preview Mode
1 parent 59548d6 commit 01e9fc2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- Model/Stage/Preview.php
2+
+++ Model/Stage/Preview.php
3+
@@ -70,7 +70,7 @@
4+
/**
5+
* @var bool
6+
*/
7+
- private $isPreview;
8+
+ private $isPreview = false;
9+
10+
/**
11+
* Retrieve the area in which the preview needs to be ran in

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ magento/module-configurable-product|Patch-Magento_ConfigurableProduct-M2.2.8-fix
106106
magento/module-configurable-product|Patch-Magento_Configurable_M2.1.x-fix-get-price.patch|#5519|<2.1.10
107107
magento/module-cache-invalidate|Patch-Magento_CacheInvalidate-M2.1.x-purge-cache.patch|#7614|<2.2
108108
magento/module-config|Patch-Magento_Config-Fix-of-Saving-clone-field-M2.2.6.patch|#19070| 2.2.5 2.2.6
109+
magento/module-page-builder|Patch-Magento_PageBuilder-M2.3.4-fix-preview-mode.patch|Fix: Preview Mode|\>=2.3.4
109110
magento/module-persistent-history|Patch-Magento_PersistentHistory-no-such-entity-with-address-id-fix.patch|#15115|2.2.x-2.3.0
110111
magento/module-sitemap|Patch-Magento_Sitemap-M2.2.x-fix-sitemap-links.patch|#15115|2.2.x
111112

@@ -291,6 +292,9 @@ Full composer.json example:
291292
"magento/module-indexer": {
292293
"indexer:reindex command - Optional dependencies": "https://raw.githubusercontent.com/ConvertGroupsAS/magento2-patches/master/Patch-Magento_Indexer-M2.3.1-indexer-reindex-optional-dependencies.patch"
293294
},
295+
"magento/module-page-builder": {
296+
"Fix: Preview Mode": "https://raw.githubusercontent.com/ConvertGroupsAS/magento2-patches/master/Patch-Magento_PageBuilder-M2.3.4-fix-preview-mode.patch"
297+
}
294298
"magento/module-page-cache": {
295299
"Fix: https://github.com/magento/magento2/issues/6818": "https://raw.githubusercontent.com/ConvertGroupsAS/magento2-patches/master/Patch-Magento_PageCache-M2.1.0-element-js-error-fix.patch"
296300
},

0 commit comments

Comments
 (0)