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

Events list: sort by Live/Not lie doesn't work, sort by community gives white screen crash #1110

Closed
BradHN1 opened this issue Nov 9, 2023 · 1 comment · Fixed by #1237
Closed
Assignees
Labels
Admin Ptl Admin Portal bug Something isn't working Sprint 27-28 2024 Sprint starting July 01-14 2024 (Weeks 27 and 28)

Comments

@BradHN1
Copy link
Contributor

BradHN1 commented Nov 9, 2023

Describe the bug
On All Events page, if you click the heading to sort by community, the screen goes white, and the console message is:
Screenshot 2023-11-09 at 11 01 42 AM

which indicates the index is wrong.
ALso sort by Live/Notlive doesn't work but presumably this is the same issue

@BradHN1 BradHN1 added bug Something isn't working Admin Ptl Admin Portal labels Nov 9, 2023
@BradHN1
Copy link
Contributor Author

BradHN1 commented Nov 11, 2023

@abdullai-t @frimpongopoku - I've fixed this bug which happens over and over again. A column gets added or moved, and elsewhere in the code a column index is specified as a number. You only find out about it when someone attempts to sort or filter.
I'd like to see these routines specify the list of columns by name at the top, and column indices come from finding the column by name, never hardcoded.

@BradHN1 BradHN1 changed the title Evenrts list: sort by Live/Not lie doesn't work, sort by community gives white screen crash Events list: sort by Live/Not lie doesn't work, sort by community gives white screen crash Nov 11, 2023
@BradHN1 BradHN1 closed this as completed Nov 17, 2023
@BradHN1 BradHN1 reopened this Feb 2, 2024
@abdullai-t abdullai-t added the Sprint 27-28 2024 Sprint starting July 01-14 2024 (Weeks 27 and 28) label Jul 2, 2024
@abdullai-t abdullai-t linked a pull request Jul 7, 2024 that will close this issue
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin Ptl Admin Portal bug Something isn't working Sprint 27-28 2024 Sprint starting July 01-14 2024 (Weeks 27 and 28)
Projects
Status: Local Testing (Verification)
Development

Successfully merging a pull request may close this issue.

2 participants