Skip to content

Commit

Permalink
Show "do not record" icon on schedule calendar view (#149)
Browse files Browse the repository at this point in the history
* Show do-not-record icon on schedule calendar view
  • Loading branch information
lcduong authored Jul 29, 2024
1 parent 5ec6ec8 commit 2acbfa2
Show file tree
Hide file tree
Showing 4 changed files with 980 additions and 958 deletions.
1 change: 1 addition & 0 deletions src/pretalx/schedule/models/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ def build_data(self, all_talks=False, filter_updated=None, all_rooms=False):
"duration": talk.submission.get_duration(),
"updated": talk.updated.isoformat(),
"state": talk.submission.state if all_talks else None,
"do_not_record": talk.submission.do_not_record
}
)
else:
Expand Down
Loading

0 comments on commit 2acbfa2

Please sign in to comment.