-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support setting Collection Variables #118
Comments
giemic8
pushed a commit
that referenced
this issue
Jan 13, 2025
giemic8
pushed a commit
that referenced
this issue
Jan 15, 2025
giemic8
pushed a commit
that referenced
this issue
Jan 15, 2025
giemic8
pushed a commit
that referenced
this issue
Jan 15, 2025
giemic8
pushed a commit
that referenced
this issue
Jan 15, 2025
giemic8
pushed a commit
that referenced
this issue
Jan 17, 2025
giemic8
added a commit
that referenced
this issue
Jan 19, 2025
* #118 - add Variables to SettingsModal * #118 - change to variableStore * #118 - set the possition of setting and github icon * #118 - delete unsued method * #118 - Delete isActive-Flag on variables * #118 - Changes from PR * #118 - fix tests --------- Co-authored-by: Michael Giek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
As a user, I want to have collection variables, in order to reuse certain information in several requests. Currently, only autogenerated template variables like
$randomUuid
can be used.However, the code for replacing collection variables is already active. We merely need to be able to update them in UI.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: