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 readable/runtime conversion with helpers #13531

Merged
merged 5 commits into from
Apr 22, 2024

Conversation

mike12345567
Copy link
Collaborator

Description

Adding edge case handling to the binding readable/runtime conversion, checking if it is trying to replace a binding which a substring of a helper name, which causes the helper to become un-usable.

If we have a table that contains a column id and we attempt to add a formula, which simply contains the formula {{ uuid }} - it will save it as {{ uu[id] }} due to the conversion, which will not work - screenshots depicting this below.
image
image

This is resolved with this change.

… checking if it is trying to replace a binding which a substring of a helper name, which causes the helper to become un-usable.
@mike12345567 mike12345567 added the firestorm Data/Infra/Revenue Team label Apr 19, 2024
@mike12345567 mike12345567 self-assigned this Apr 19, 2024
@mike12345567 mike12345567 merged commit d0fd19a into master Apr 22, 2024
10 checks passed
@mike12345567 mike12345567 deleted the fix/readable-helpers-handling branch April 22, 2024 11:37
@github-actions github-actions bot locked and limited conversation to collaborators Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
firestorm Data/Infra/Revenue Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants