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
5a7c0b438d
commit
16418a03ef
@ -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