As a flow designer, I want to rearrange Global Environment Variables using a gripper similar to the Inject node properties, to organize them logically and prevent them from becoming disorganized when creating new variables.
2 Likes
system
Closed
13 September 2024 07:18
2
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
Thanks Simon.
Hi @evdheuvelUpl ,
Sorry for the wait I had completely forgotten about it.
The list is supposed to be sortable but there is a bug that I just fixed.
node-red:master
ā GogoVega:fix-envVarList-sortable
opened 03:38PM - 28 Oct 24 UTC
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-ā¦ breaking change which adds functionality)
## Proposed changes
The `envVar` editable list should be sortable.
If the value is not `true`, the bar (`fa fa-bars`) is not added.
Resolves https://discourse.nodered.org/t/feature-request-rearrange-global-environment-variables/89502.
## Checklist
- [x] I have read the [contribution guidelines](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md)
- [ ] For non-bugfix PRs, I have discussed this change on the forum/slack team.
- [x] I have run `npm run test` to verify the unit tests pass
- [ ] I have added suitable unit tests to cover the new/changed functionality
1 Like