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

[BUG] Variable evaluation before submit request #1165

Closed
survivant opened this issue Dec 6, 2023 · 5 comments
Closed

[BUG] Variable evaluation before submit request #1165

survivant opened this issue Dec 6, 2023 · 5 comments

Comments

@survivant
Copy link
Contributor

Not all the variable are resolved before submitting the request.

here the result. You can see that the variable uuiddidn't resolve it's value
image

here How the variable was set
image

@survivant
Copy link
Contributor Author

in bruno/packages/bruno-electron/src/ipc/network/interpolate-vars.js it should replace the value of a variable, if the variable value is a variable, we look until all the variable are replaced

@Zomzog
Copy link
Contributor

Zomzog commented Dec 7, 2023

I think it's the same issue as #956

@survivant
Copy link
Contributor Author

survivant commented Dec 7, 2023

I did the implementation for a fix : #1173

@survivant
Copy link
Contributor Author

image
@Zomzog Can you tried it ?

@sanjai0py
Copy link
Member

Closing this issue as the PR implementing the feature has already been merged into Bruno and released in the latest v1.20.0.

Screen.Recording.2024-07-03.at.5.14.52.PM.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants