Hi,
Iām also eagerly waiting for an update that makes the hierarchy in the mapped version dependent on the parent_key. Are there any updates on this?
I can only see that the JSON structure for the checkbox tree has changed, for example:
[
{
"value": "Shoes",
"label": "",
"caption": "",
"tooltip": "",
"hidden": false,
"disabled": false,
"key": "4c292",
"parentKey": ""
},
{
"value": "Athletic",
"label": "",
"caption": "",
"tooltip": "",
"hidden": false,
"disabled": false,
"key": "1018d",
"parentKey": "4c292"
}
]
However, if you provide JSON of this type in the mapped options, the hierarchy is completely lost.