-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(Execute Workflow Node): Update text copy for ExecuteWorkflow node and ResourceMapper #12277
Conversation
@@ -67,22 +67,26 @@ export class ExecuteWorkflowTrigger implements INodeType { | |||
default: 'worklfow_call', | |||
}, | |||
{ | |||
displayName: 'Input Source', | |||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably update this since we're committing to lower case dropdowns. 155 exceptions means it's not a good rule :D
@@ -17,8 +17,7 @@ export class LoadWorkflowNodeContext extends NodeExecutionContext implements IWo | |||
this.getNodeParameter = (( | |||
parameterName: string, | |||
itemIndex: number, | |||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | |||
fallbackValue?: any, | |||
fallbackValue?: unknown, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, this is from my review, lets leave it in rather than restart CI? It's a safe change.
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
Summary
Update text copy according to ticket and product review issues.
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/ADO-2972/feature-unify-naming-convention-for-sub-workflows
https://www.notion.so/n8n/Button-Copy-is-inconsistent-1595b6e0c94f80ee8394d2c2046fcb1a?pvs=4
https://www.notion.so/n8n/Change-wording-of-Input-source-and-its-options-1595b6e0c94f80a09d77c6673d52228a?pvs=4
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)