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: Descriptive statistics for number cells in data browser not showing #2581

Merged

Conversation

404-html
Copy link
Member

@404-html 404-html commented Jul 23, 2024

New Pull Request Checklist

Issue Description

As described here: #2574
Broken by: #2548
Closes: #2574

Approach

For some reason setting the state in Browser.onMouseUpRowCheckBox function (which is executed on every mouse up event) results in DataBrowser.componentWillReceiveProps call, where cells selection is wiped.
I have not managed to find out why, so I changed the logic to set the state only if dragging actually started.

TODOs before merging

n/a

Copy link

parse-github-assistant bot commented Jul 23, 2024

Thanks for opening this pull request!

  • 🎉 We are excited about your hands-on contribution!

@404-html 404-html changed the title fix: Descriptive stats not showing fix: Descriptive stats not showing. Closes: #2574 Jul 23, 2024
Copy link

uffizzi-cloud bot commented Jul 23, 2024

Uffizzi Ephemeral Environment deployment-54503

⌚ Updated Jul 23, 2024, 08:26 UTC

☁️ https://app.uffizzi.com/github.com/parse-community/parse-dashboard/pull/2581

📄 View Application Logs etc.

What is Uffizzi? Learn more

@404-html 404-html changed the title fix: Descriptive stats not showing. Closes: #2574 fix: Descriptive stats not showing Jul 23, 2024
@404-html 404-html requested a review from mtrezza July 26, 2024 13:47
@mtrezza
Copy link
Member

mtrezza commented Jul 26, 2024

Tested in preview environment, worked.

@mtrezza mtrezza changed the title fix: Descriptive stats not showing fix: Descriptive statistics for number cells in data browser not showing Jul 26, 2024
@mtrezza mtrezza merged commit e146b6f into parse-community:alpha Jul 26, 2024
9 checks passed
parseplatformorg pushed a commit that referenced this pull request Jul 26, 2024
# [6.0.0-alpha.11](6.0.0-alpha.10...6.0.0-alpha.11) (2024-07-26)

### Bug Fixes

* Descriptive statistics for number cells in data browser not showing ([#2581](#2581)) ([e146b6f](e146b6f))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0-alpha.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released-alpha Released as alpha version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Descriptive stats not showing
3 participants