Merge lp://staging/~mhall119/summit/show-hangout-url-to-all into lp://staging/summit
Proposed by
Michael Hall
Status: | Merged |
---|---|
Approved by: | Chris Johnston |
Approved revision: | 563 |
Merged at revision: | 562 |
Proposed branch: | lp://staging/~mhall119/summit/show-hangout-url-to-all |
Merge into: | lp://staging/summit |
Prerequisite: | lp://staging/~mhall119/summit/fix-edit-meeting-link-1248193 |
Diff against target: |
191 lines (+130/-1) 6 files modified
summit/schedule/models/meetingmodel.py (+7/-0) summit/schedule/models/slotmodel.py (+8/-0) summit/schedule/templates/schedule/virtual_meeting.html (+1/-1) summit/schedule/tests/meeting_model.py (+27/-0) summit/schedule/tests/meeting_page.py (+86/-0) summit/schedule/views.py (+1/-0) |
To merge this branch: | bzr merge lp://staging/~mhall119/summit/show-hangout-url-to-all |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joe Talbott | Approve | ||
Review via email: mp+194008@code.staging.launchpad.net |
Commit message
Show the link to join a hangout to any attendee of the summit, but only show it if during the time the meeting takes place, not before or after
Description of the change
Show the link to join a hangout to any attendee of the summit, but only show it if during the time the meeting takes place, not before or after
To post a comment you must log in.
The prerequisite https:/ /code.launchpad .net/~mhall119/ summit/ fix-edit- meeting- link-1248193 has not yet been merged into https:/ /code.launchpad .net/~summit- hackers/ summit/ trunk.