Expand the sessions() helper function in MeetingTime to iterate over the sessions and set the room_id helper attribute to the correct room. This means that for the list returned by sessions(), s.room_id is the correct room for this time. It also changes the return value from a QuerySet to a list, so you can't filter it further like a QuerySet - but I don't think anything is using this functionality. I didn't do the same for combined_sessions because I don't actually know what that's used for - if it should be part of sessions, or if it's even used. - Legacy-Id: 157 |
||
---|---|---|
ietf | ||
.gitignore |