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

Query manager persists options/parameters from existing REST API query for new query #9599

Open
GrowwithNaveen opened this issue May 3, 2024 · 0 comments · May be fixed by #9729
Open

Query manager persists options/parameters from existing REST API query for new query #9599

GrowwithNaveen opened this issue May 3, 2024 · 0 comments · May be fixed by #9729
Assignees
Labels

Comments

@GrowwithNaveen
Copy link
Collaborator

Description:
This issue occurs when adding or updating query options/parameters for a REST API query. The Query Manager persists the existing parameters even for newly created queries.

Current behavior:
When adding a new REST API query, any existing parameters from previously edited queries are automatically included in the new query.

Expected behavior:
New REST API queries should start with an empty list of parameters. Users should explicitly add any desired parameters for the new query.

Steps to reproduce:

  1. Edit an existing REST API query and modify its parameters.
  2. Create a new REST API query.
  3. Observe that the new query inherits the parameters from the previously edited query.

Attaching a video grab for reference,

Screen.Recording.2024-05-03.at.12.42.24.AM.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants