fix: pipeline_core index.ui — widget id mismatch broke card clicks
Cards used target=app.pipeline_core_content but widget id was app.pipeline_core_content (dot in name). Fixed: id → pipeline_core_content, now matches bricks app.child lookup.
This commit is contained in:
parent
76a7e0444f
commit
7f50eba204
@ -188,7 +188,7 @@
|
||||
},
|
||||
{
|
||||
"widgettype": "VScrollPanel",
|
||||
"id": "app.pipeline_core_content",
|
||||
"id": "pipeline_core_content",
|
||||
"options": {
|
||||
"css": "filler",
|
||||
"width": "100%",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user