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 broken cluster sorting #1531

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

Kr0nox
Copy link
Member

@Kr0nox Kr0nox commented Feb 6, 2024

The report viewer froze when sorting large clusters. See the demo
This was due to a the sorting method working directly on the reactive element which triggered the sorting again. This was an endless cycle.
It was just fixed by giveng the method a copy of the array to modify

@Kr0nox Kr0nox added the report-viewer PR / Issue deals (partly) with the report viewer and thus involves web-dev technologies label Feb 6, 2024
@Kr0nox Kr0nox requested a review from sebinside February 6, 2024 08:56
Copy link

sonarqubecloud bot commented Feb 6, 2024

Quality Gate Passed Quality Gate passed for 'JPlag Report Viewer'

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@sebinside sebinside merged commit 480fcca into develop Feb 6, 2024
16 checks passed
@sebinside sebinside deleted the bug-fix/broken-cluster-sorting branch February 6, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
report-viewer PR / Issue deals (partly) with the report viewer and thus involves web-dev technologies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants