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

Feat/extend query builder state #2755

Merged
merged 3 commits into from
May 23, 2023
Merged

Conversation

yeshev
Copy link
Contributor

@yeshev yeshev commented May 23, 2023

…extend_query_builder_state

# Conflicts:
#	frontend/src/lib/newQueryBuilder/queryBuilderMappers/mapQueryDataFromApi.ts
@yeshev yeshev requested a review from palashgdev as a code owner May 23, 2023 08:32
@yeshev yeshev self-assigned this May 23, 2023
@github-actions
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions github-actions bot added the enhancement New feature or request label May 23, 2023
@request-info
Copy link

request-info bot commented May 23, 2023

We would appreciate it if you could provide us with more info about this issue/pr!

@palashgdev palashgdev merged commit 818a984 into develop May 23, 2023
11 of 12 checks passed
Comment on lines -22 to -28
return {
rawQuery: rawQuery !== undefined ? rawQuery : src.query,
query: rawQuery !== undefined ? rawQuery : src.query,
legend: legend !== undefined ? legend : src.legend,
name: 'A',
disabled: false,
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is the equivalent of this in the new code? @palashgdev When such significant changes are getting merged, we need to ensure we do it carefully. Reviewing the functionality in the code (not from the UI testing) is important.

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

Successfully merging this pull request may close these issues.

None yet

3 participants