Skip to content
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

Merged
merged 6 commits into from
Dec 20, 2024

Conversation

CharlieKolb
Copy link
Contributor

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

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@CharlieKolb CharlieKolb changed the title chore(Execute Workflow Node): Update text copy chore(Execute Workflow Node): Update text copy for ExecuteWorkflow node and ResourceMapper Dec 18, 2024
@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team node/improvement New feature or request ui Enhancement in /editor-ui or /design-system labels Dec 18, 2024
@@ -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
Copy link
Contributor Author

@CharlieKolb CharlieKolb Dec 19, 2024

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

@CharlieKolb CharlieKolb marked this pull request as ready for review December 19, 2024 11:57
@@ -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,
Copy link
Contributor Author

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.

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@CharlieKolb CharlieKolb merged commit e09ec8d into feature-sub-workflow-inputs Dec 20, 2024
31 checks passed
@CharlieKolb CharlieKolb deleted the ADO-2972 branch December 20, 2024 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team node/improvement New feature or request ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants