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

A bug in event when show Properties #2928

Closed
cottage opened this issue Aug 29, 2024 · 3 comments
Closed

A bug in event when show Properties #2928

cottage opened this issue Aug 29, 2024 · 3 comments
Labels
bug Something isn't working fixed in dev Fixed in the dev branch

Comments

@cottage
Copy link

cottage commented Aug 29, 2024

Describe the Bug

when two or more Properties of different events use the same name, only one property's data can be displayed. Clicking on another property with the same name does not have any effect.

1

Database

PostgreSQL

Relevant log output

No response

Which Umami version are you using? (if relevant)

v2.13.2

Which browser are you using? (if relevant)

chrome

How are you deploying your application? (if relevant)

manual install

@pmauldin
Copy link

Running into the same problem. From a quick investigation, it seems to be because the query is being cached by a websiteId|propertyName pair value, but does not include the eventName in the cache key:

queryKey: ['websites:event-data:values', { websiteId, propertyName, ...params }],

@mikecao mikecao added the bug Something isn't working label Sep 12, 2024
@zandaqo
Copy link

zandaqo commented Oct 2, 2024

Same problem here. Is there a planned version for this fix? Kinda trivial thing but breaks the UX quite badly.

@mikecao mikecao added the fixed in dev Fixed in the dev branch label Nov 21, 2024
@mikecao
Copy link
Collaborator

mikecao commented Nov 22, 2024

Fixed in v2.14.0.

@mikecao mikecao closed this as completed Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed in dev Fixed in the dev branch
Projects
None yet
Development

No branches or pull requests

5 participants
@cottage @mikecao @pmauldin @zandaqo and others