GraphiteEditor / GraphiteEditor/Graphite
Merged node UI: Renaming a merged node input or output does not have an effect on the labels in the subgraph view
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 27.3k
- Forks
- 1.3k
- Avg merge
- 20h 5m
- Merged PRs (30d)
- 57
Description
Renaming a merged node input or output does not have an effect on the labels in the subgraph view.
To reproduce:
- Create two nodes (for example two Vector / Add)
- Select both
- Click Merge Selected Nodes
- Enter Subgraph
- Try renaming Inputs / Output from
Import Index Nto something else (LikeDimention)
Expected:
The names change in the UI
Actual:
The names stay as Import Index N
Examples:
View outside the subgraph after rename:
View inside the subgraph after rename:
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by merging two nodes, entering the subgraph, and renaming an input or output from “Import Index N.” Trace the merged-node UI path that supplies labels to the subgraph view; done means the renamed labels update inside the subgraph as they do outside it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100