Expose sprint attendence is_physical in the UI
Bug #461945 reported by
Curtis Hovey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Unassigned |
Bug Description
SprintAttendence has an is_physical column. The interface, model, view, and csv report must use it.
Related branches
lp://qastaging/~sinzui/launchpad/sprint-attendence-1
- Martin Albisetti (community): Approve (ui)
- Abel Deuring (community): Approve (code)
- Canonical Launchpad Engineering: Pending (code an ui) requested
-
Diff: 726 lines (+361/-60)15 files modifiedlib/canonical/launchpad/doc/launchpad-radio-widget.txt (+48/-0)
lib/canonical/widgets/itemswidgets.py (+40/-0)
lib/lp/blueprints/browser/sprint.py (+5/-2)
lib/lp/blueprints/browser/sprintattendance.py (+16/-11)
lib/lp/blueprints/browser/tests/sprintattendance-views.txt (+126/-26)
lib/lp/blueprints/browser/tests/test_views.py (+2/-2)
lib/lp/blueprints/doc/sprint-meeting-export.txt (+1/-1)
lib/lp/blueprints/doc/sprint.txt (+48/-0)
lib/lp/blueprints/doc/sprintattendance.txt (+60/-0)
lib/lp/blueprints/interfaces/sprint.py (+1/-1)
lib/lp/blueprints/interfaces/sprintattendance.py (+7/-2)
lib/lp/blueprints/model/sprint.py (+4/-2)
lib/lp/blueprints/model/sprintattendance.py (+2/-4)
lib/lp/blueprints/stories/sprints/20-sprint-registration.txt (+0/-6)
lib/lp/blueprints/tests/test_doc.py (+1/-3)
Changed in blueprint: | |
milestone: | 3.1.10 → 3.1.11 |
Changed in launchpad: | |
assignee: | Curtis Hovey (sinzui) → nobody |
To post a comment you must log in.
Fix committed in launchpad devel r9836.