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

State of the FE gets lost on detail views when there are multiple joins to the same tables #39477

Closed
paoliniluis opened this issue Mar 1, 2024 · 0 comments · Fixed by #40874
Assignees
Labels
.Frontend Priority:P1 Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness .Team/QueryingComponents Type:Bug Product defects Visualization/Detail ObjectDetail
Milestone

Comments

@paoliniluis
Copy link
Contributor

paoliniluis commented Mar 1, 2024

Describe the bug

If you build a question with lots of joins to the same table (e.g. orders join people join people join products join products) and you make quick clicks to detail views, then the frontend gets lost and shows details from other items.

To Reproduce

  1. create a question like
    image

  2. visualize it and click on the item details, you'll see that everything works

  3. now click quickly switch between ids, clicking quickly and not even letting the rendering to finish, see that the ID's will show wrongly

Expected behavior

We should show the correct object

Logs

NA

Information about your Metabase installation

v49.x, but this has been like this since forever

Severity

P1

Additional context

uimiss

@paoliniluis paoliniluis added Type:Bug Product defects Priority:P1 Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness .Frontend labels Mar 1, 2024
@paoliniluis paoliniluis added the Visualization/Detail ObjectDetail label Mar 22, 2024
@uladzimirdev uladzimirdev self-assigned this Apr 1, 2024
@uladzimirdev uladzimirdev added this to the 0.49.4 milestone Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.Frontend Priority:P1 Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness .Team/QueryingComponents Type:Bug Product defects Visualization/Detail ObjectDetail
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants