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

Progress Report Grid Fixes #1609

Merged
merged 4 commits into from
Oct 16, 2024
Merged

Progress Report Grid Fixes #1609

merged 4 commits into from
Oct 16, 2024

Conversation

CarsonF
Copy link
Member

@CarsonF CarsonF commented Oct 16, 2024

No description provided.

This occurred because:
1. There's a user WIP filter without a value
1a. This doesn't result in an API input change
1b. This is persisted to local storage
2. Page loads
3. -1 is set for full/unfiltered cache list
4. That same list is used for filtered cache lists (1a)
5. Since there was a previous value, that early return was being hit
6. The total on either full/unfiltered list and filtered list was never written
7. Grid never switched to client side sorting/filtering even though it did have everything
indexOf(null) -> -1 -> an actual sort value
@CarsonF CarsonF merged commit e1885ba into develop Oct 16, 2024
3 checks passed
@CarsonF CarsonF deleted the progress-report-tweaks branch October 16, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant