Commit ea87e3c
797 client - Filter nested cluster element slots by element's own name
The clusterElementClusterElementTypes map is keyed by the cluster
element's own name (the third segment of its type, e.g. 'search',
'vectorStore'), not by the parent slot key (e.g. 'tools'). Both the
placeholder-creation recursion and the handle renderer were passing the
parent slot key and falling back to showing every type. Forward the
element's own name so slot filtering actually applies.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 50aab9f commit ea87e3c
2 files changed
Lines changed: 5 additions & 3 deletions
File tree
- client/src/pages/platform
- cluster-element-editor/utils
- workflow-editor/nodes
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
| 590 | + | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
| 601 | + | |
601 | 602 | | |
602 | 603 | | |
603 | 604 | | |
| |||
0 commit comments