Commit c61d507
committed
[BUGFIX] Use correct parents property in SelectTree component
On modernizing tree rendering, internally calculated
properties of tree nodes have been changed to start
with `__`. This patch adjusts one forgotten occurrence.
Resolves: #104052
Releases: main, 13.4
Change-Id: If5072834815b2478139abc8323fb27ca309c53d6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84680
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Andreas Kienast <akienast@scripting-base.de>
Reviewed-by: Andreas Kienast <akienast@scripting-base.de>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>1 parent 647cf6e commit c61d507
File tree
2 files changed
+3
-3
lines changed- Build/Sources/TypeScript/backend/form-engine/element
- typo3/sysext/backend/Resources/Public/JavaScript/form-engine/element
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments