-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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 render pinned icon for disabled nodes #10712
fix(editor): Don't render pinned icon for disabled nodes #10712
Conversation
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.
Works as expected. Left a small remark, feel free to adress if you want.
@@ -45,7 +46,7 @@ const hideNodeIssues = computed(() => false); // @TODO Implement this | |||
</N8nTooltip> | |||
</div> | |||
<div | |||
v-else-if="hasPinnedData && !nodeHelpers.isProductionExecutionPreview.value" | |||
v-else-if="hasPinnedData && !nodeHelpers.isProductionExecutionPreview.value && !isDisabled" |
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.
Maybe we should extract this into a isPinnedDataStatusVisible
at this point 😅
n8n Run #6772
Run Properties:
|
Project |
n8n
|
Branch Review |
n8n-7683-decativated-pinned-node-still-shows-icon
|
Run status |
Passed #6772
|
Run duration | 04m 44s |
Commit |
8dfbbf3fee: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 r00gm 🗃️ e2e/*
|
Committer | r00gm |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
425
|
View all changes introduced in this branch ↗︎ |
✅ All Cypress E2E specs passed |
* master: feat(benchmark): New options for n8n benchmark (#10741) fix(Chat Trigger Node): Fix auth in "Embedded Chat" mode (#10734) fix(Webflow Node): Update scopes to include forms (#10554) test(editor): Add unit tests for `sanitizeHtml` (#10737) fix(editor): Fix xss issues in toast usages (#10733) fix(OpenAI Chat Model Node): Prevent filtering of fine-tuned models in model selector (#10662) feat: Filter parameter: Improve loose type validation for booleans (#10702) test: Add scaling n8n setup (multi-main) (#10644) refactor(editor): Migrate NodeWebhooks to Composition API (no-changelog) (#10710) fix(editor): Fix broken executions view (no-changelog) (#10714) fix(editor): Don't render pinned icon for disabled nodes (#10712)
Got released with |
Summary
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/N8N-7683/decativated-pinned-node-still-shows-icon
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)