Duplicated profiles in speakers list #70757
Labels
No Label
legacy project
Infrastructure: Websites
Priority
High
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Resolved
Type
Bug
Type
Design
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/conference-website#70757
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a speaker is part of 2 or more accepted presentations, their profile will appear an equal amount of times in the speakers page.
Ideally we want to show the speaker profile only once :)
Added subscriber: @fsiddi
Which speaker specifically shows up twice? I think this might be because there are two Profiles with the same name.
Ah, it's Django's ORM: https://stackoverflow.com/questions/38452359/why-filter-in-django-returns-duplicated-objects. This is why I do not like ORMs...
Currently crashes in production with the following.
Will revert the commit for now. Please consider adding a test for this once it's fixed :)
Whoops. Should be fixed with the latest commit.
Changed status from 'Open' to: 'Resolved'