File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ magento/module-configurable-product|Patch-Magento_ConfigurableProduct-M2.2.8-fix
106106magento/module-configurable-product|Patch-Magento_Configurable_M2.1.x-fix-get-price.patch|#5519 |<2.1.10
107107magento/module-cache-invalidate|Patch-Magento_CacheInvalidate-M2.1.x-purge-cache.patch|#7614 |<2.2
108108magento/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
109110magento/module-persistent-history|Patch-Magento_PersistentHistory-no-such-entity-with-address-id-fix.patch|#15115 |2.2.x-2.3.0
110111magento/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 },
You can’t perform that action at this time.
0 commit comments