Skip to content

Fix old events showing in sidebar#144

Open
joeriddles wants to merge 1 commit into
mainfrom
joeriddles/143-fix-old-events-sidebar
Open

Fix old events showing in sidebar#144
joeriddles wants to merge 1 commit into
mainfrom
joeriddles/143-fix-old-events-sidebar

Conversation

@joeriddles

Copy link
Copy Markdown
Contributor

Pull Request

Description:
Fix old events showing in sidebar. See the issue description for more details on the bug.

Related Issues:

Checklist:

  • All tests pass.
  • Code follows the project's coding standards.
  • Documentation has been updated.

@joeriddles joeriddles requested a review from a team September 13, 2024 07:34
Comment thread src/web/views.py
"icon": """<i class="fa-solid fa-people-group"></i>""",
},
]
def __init__(self, **kwargs: Any) -> None:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be necessary here as the queryset is reset in the base class. When I test this locally it acts as expected, with past events excluded.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm something else must be going on. I'll take another look!

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.

[Bug]: Old events showing in sidebar

2 participants