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

fix(editor): Don't reset all Parameter Inputs when switched to read-only #12063

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

CharlieKolb
Copy link
Contributor

@CharlieKolb CharlieKolb commented Dec 5, 2024

Summary

The original code is a bit too wide and ends up resetting previously set values on the resource mapper. We narrow it here to suit the specific use case and behavior today, and will determine the proper way to differentiate properties in a follow up.

Related Linear tickets, Github issues, and Community forum posts

https://linear.app/n8n/issue/ADO-2974/resource-mapper-values-are-emptied-when-refreshing-the-columns

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 marked this pull request as ready for review December 5, 2024 10:54
@n8n-assistant n8n-assistant bot added n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system labels Dec 5, 2024
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...es/editor-ui/src/components/ParameterInputFull.vue 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@CharlieKolb CharlieKolb merged commit 706702d into master Dec 5, 2024
34 of 50 checks passed
@CharlieKolb CharlieKolb deleted the ADO-2974 branch December 5, 2024 11:20
@github-actions github-actions bot mentioned this pull request Dec 5, 2024
@janober
Copy link
Member

janober commented Dec 5, 2024

Got released with [email protected]

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 Released ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants