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: displayOptions not getting value of RLC #4460

Merged
merged 2 commits into from Nov 2, 2022

Conversation

valya
Copy link
Contributor

@valya valya commented Oct 27, 2022

No description provided.

@linear
Copy link

linear bot commented Oct 27, 2022

N8N-5009

@valya valya changed the title fix: RLC not working for displayOptions fix: RLC not working for displayOption Oct 27, 2022
@valya valya changed the title fix: RLC not working for displayOption fix: RLC not working for displayOptions Oct 27, 2022
@valya valya changed the title fix: RLC not working for displayOptions fix: displayOptions not getting value of RLC Oct 27, 2022
@valya valya requested a review from mutdmour October 27, 2022 16:39
@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Oct 27, 2022
Copy link
Contributor

@mutdmour mutdmour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good.. just minor suggestion

@@ -292,6 +292,10 @@ export function displayParameter(
value = get(nodeValues, propertyName);
}

if (value && typeof value === 'object' && '__rl' in value && value.__rl) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick - would recommend using a typeguard.. like here.. maybe we can move this to type-guards.ts and reuse it

@valya valya merged commit 3a1fa09 into master Nov 2, 2022
@valya valya deleted the n8n-5009-resourcelocator-value-can-not-be branch November 2, 2022 09:37
@n8n-assistant n8n-assistant bot added the Upcoming Release Will be part of the upcoming release label Nov 2, 2022
@janober
Copy link
Member

janober commented Nov 2, 2022

Got released with n8n@0.201.0

@janober janober removed the Upcoming Release Will be part of the upcoming release label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants