Skip to content

Commit

Permalink
Revert "Add dropdown filter to show rooms, session types (#179)" (#182)
Browse files Browse the repository at this point in the history
This reverts commit 89860e1.
  • Loading branch information
mariobehling authored Aug 9, 2024
1 parent 89860e1 commit b6c2e5b
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 510 deletions.
3 changes: 1 addition & 2 deletions src/pretalx/schedule/models/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,7 @@ def build_data(self, all_talks=False, filter_updated=None, all_rooms=False):
"state": talk.submission.state if all_talks else None,
"fav_count": count_fav_talk(talk.submission.code) if talk.submission else 0,
"do_not_record": talk.submission.do_not_record,
"tags": talk.submission.get_tag(),
"session_type": talk.submission.submission_type.name,
"tags": talk.submission.get_tag()
}
)
else:
Expand Down
Loading

0 comments on commit b6c2e5b

Please sign in to comment.