n8n/packages
Jan Oberhauser 26f0d57f5f
fix(editor): Fix bug with node names with certain characters (#8013)
## Summary
Fixes the issue that dots and other special characters can not be used
in node-names


## Related tickets and issues

https://linear.app/n8n/issue/ADO-1244/nodes-wont-output-data-if-the-name-contains-some-characters

https://community.n8n.io/t/bug-report-name-of-node-affects-output-data/31674
https://community.n8n.io/t/stripe-output-data/32418/1
https://community.n8n.io/t/monday-com-returning-items-but-no-data/31834
https://community.n8n.io/t/no-data-while-there-is-actually-data/32563
https://community.n8n.io/t/bug-report-periods-in-node-names/34119
https://github.com/n8n-io/n8n/issues/7896


## Review / Merge checklist
- [ ] PR title and summary are descriptive. **Remember, the title
automatically goes into the changelog. Use `(no-changelog)` otherwise.**
([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up
ticket created.
- [ ] Tests included.
> A bug is not considered fixed, unless a test is added to prevent it
from happening again.
   > A feature is not complete without tests.

---------

Co-authored-by: Alex Grozav <alex@grozav.com>
2023-12-13 14:57:01 +00:00
..
@n8n feat(editor): Filter component + implement in If node (#7490) 2023-12-13 14:45:22 +01:00
@n8n_io/eslint-config ci: Introduce no-plain-errors lint rule for BE packages (no-changelog) (#7961) 2023-12-08 12:51:49 +01:00
cli fix(core): Prevent workflow history saving error from happening (#7812) 2023-12-13 11:41:06 +00:00
core feat(editor): Filter component + implement in If node (#7490) 2023-12-13 14:45:22 +01:00
design-system feat(editor): Filter component + implement in If node (#7490) 2023-12-13 14:45:22 +01:00
editor-ui fix(editor): Fix bug with node names with certain characters (#8013) 2023-12-13 14:57:01 +00:00
node-dev docs: Replace http://faircode.io to https://faircode.io in .md files (#7908) 2023-12-12 15:23:22 +00:00
nodes-base feat(editor): Filter component + implement in If node (#7490) 2023-12-13 14:45:22 +01:00
workflow feat(editor): Filter component + implement in If node (#7490) 2023-12-13 14:45:22 +01:00