-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Form Fields no longer work as data provider bindings #4126
Comments
Hi @Gomeyy - just to confirm, by using a field as a binding a data provider, how are you using it? Are you using it as a defined filter? I've just tried this on 1.0.44 and didn't have any issues - trying to work out the reproduction steps. |
@mike12345567 Using a form field as a query binding not a filter |
Thanks @Gomeyy for the further information - I can see that happening as well - will get a fix out for it. |
…g sure correct ones are available.
Hi @Gomeyy - I've triggered @sergey-dme - if possible could you check if it resolves your issue as well? If not it'd be good to try and diagnose what went wrong in your app too. Latest release: https://github.com/Budibase/budibase/releases/tag/v1.0.45 |
@mike12345567 Okay, so the bindable values are appearing now for data providers. But now when running a rest query on the design tab any bindings assigned for that rest query become empty? I have a company binding on one of my rest queries and when I run it from the data tab, it uses the default value and runs fine. When I run the same query from a data provider/table block it doesn't use the default value, or any value I attempt to assign and seems to be running the query with that binding as an empty string. |
Hi @Gomeyy - i've been trying to re-create to not much success, can you try a few things for me: |
@mike12345567 Okay, so it seemed to be the second one, I had the blue refresh icon. Clicking that and updating to 1.0.45 fixed the previous issue but upon updating, assigning a data provider as the data value of another data provider causes it to perpetually load
|
@aptkingston Great! Sorry I missed the develop branch, thanks for the info. |
No worries! We've actually decided to pull this fix into master as part of this PR (#4134), so we'll actually get it live very soon 👍 |
…g sure correct ones are available.
Describe the bug
I can no longer use a form field as a data provider binding after updating to 1.0.44, they also don't show up as options when using handlebars when setting a binding.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Being able to use form variables in data provider bindings
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: