Skip to content

Commit 6064f3f

Browse files
authored
fix column headless info selector (#228)
1 parent bba510f commit 6064f3f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

UPGRADE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Upgrade Notes
22

3+
## 5.2.1
4+
- [BUGFIX] Fix column hash selector
5+
36
## 5.2.0
47
- [NEW FEATURE] Add element hash to headless stack
58
- [NEW FEATURE] Allow manual brick group sorting [#225](https://github.com/dachcom-digital/pimcore-toolbox/issues/225)

src/Document/Editable/HeadlessEditableRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private function buildColumnEditable(HeadlessEditableInfo $headlessEditableInfo)
8484
foreach ($headlessEditableInfo->getChildren() as $headlessColumnEditableInfo) {
8585

8686
$areaBlockDataResponse = null;
87-
$editable = $this->getEditable($headlessEditableInfo);
87+
$editable = $this->getEditable($headlessColumnEditableInfo);
8888

8989
ob_start();
9090

0 commit comments

Comments
 (0)