We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba510f commit 6064f3fCopy full SHA for 6064f3f
UPGRADE.md
@@ -1,5 +1,8 @@
1
# Upgrade Notes
2
3
+## 5.2.1
4
+- [BUGFIX] Fix column hash selector
5
+
6
## 5.2.0
7
- [NEW FEATURE] Add element hash to headless stack
8
- [NEW FEATURE] Allow manual brick group sorting [#225](https://github.com/dachcom-digital/pimcore-toolbox/issues/225)
src/Document/Editable/HeadlessEditableRenderer.php
@@ -84,7 +84,7 @@ private function buildColumnEditable(HeadlessEditableInfo $headlessEditableInfo)
84
foreach ($headlessEditableInfo->getChildren() as $headlessColumnEditableInfo) {
85
86
$areaBlockDataResponse = null;
87
- $editable = $this->getEditable($headlessEditableInfo);
+ $editable = $this->getEditable($headlessColumnEditableInfo);
88
89
ob_start();
90
0 commit comments