Merge lp:~intellectronica/launchpad/expectations-bug-556499-model into lp:launchpad/db-devel
Proposed by
Eleanor Berger
on 2010-05-24
| Status: | Merged |
|---|---|
| Merge reported by: | Deryck Hodge |
| Merged at revision: | not available |
| Proposed branch: | lp:~intellectronica/launchpad/expectations-bug-556499-model |
| Merge into: | lp:launchpad/db-devel |
| Diff against target: |
295 lines (+168/-3) 10 files modified
lib/lp/bugs/doc/bug-reported-acknowledgement.txt (+122/-0) lib/lp/bugs/interfaces/bugtarget.py (+10/-0) lib/lp/registry/configure.zcml (+8/-3) lib/lp/registry/interfaces/projectgroup.py (+10/-0) lib/lp/registry/model/distribution.py (+1/-0) lib/lp/registry/model/distroseries.py (+5/-0) lib/lp/registry/model/product.py (+1/-0) lib/lp/registry/model/productseries.py (+5/-0) lib/lp/registry/model/projectgroup.py (+1/-0) lib/lp/registry/model/sourcepackage.py (+5/-0) |
| To merge this branch: | bzr merge lp:~intellectronica/launchpad/expectations-bug-556499-model |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Leonard Richardson (community) | code | 2010-05-24 | Approve on 2010-05-24 |
|
Review via email:
|
|||
Commit Message
Model for IBugTarget.
Description of the Change
This branch has the model changes for recording an acknowledgement message to display to users after they've filed a bug. The database field is already in db-devel, and the UI follows in another branch.
To post a comment you must log in.
review:
Approve
(code)
