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

Fix query binding drawer bindable options #4128

Merged
merged 2 commits into from
Jan 20, 2022
Merged

Fix query binding drawer bindable options #4128

merged 2 commits into from
Jan 20, 2022

Conversation

mike12345567
Copy link
Collaborator

Description

Fix for #4126 - wrong bindings were being passed to the drawer, making sure correct ones are available.

@mike12345567 mike12345567 self-assigned this Jan 20, 2022
@aptkingston
Copy link
Member

Was just looking at this file - for some reason it has props for both bindableProperties (the old name) and bindings (the new name). I think we should just remove bindableProperties altogether, and just update the usages to always pass in the prop called bindings.

@codecov-commenter
Copy link

Codecov Report

Merging #4128 (1975af4) into master (9b885d0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4128   +/-   ##
=======================================
  Coverage   68.92%   68.92%           
=======================================
  Files         139      139           
  Lines        4634     4634           
  Branches      685      685           
=======================================
  Hits         3194     3194           
  Misses       1018     1018           
  Partials      422      422           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2eb6bef...1975af4. Read the comment docs.

Copy link
Member

@shogunpurple shogunpurple left a comment

Choose a reason for hiding this comment

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

LGTM! Nice getting that fix up so quickly.

Copy link
Member

@aptkingston aptkingston left a comment

Choose a reason for hiding this comment

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

LGTM! Renaming makes things much more consistent.

@mike12345567 mike12345567 merged commit cf6aa7e into master Jan 20, 2022
@mike12345567 mike12345567 deleted the fix/4126 branch January 20, 2022 16:27
@github-actions github-actions bot locked and limited conversation to collaborators Jan 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants