Merge lp:~kfogel/launchpad/471195-private-bug-body-class-private into lp:launchpad
Proposed by
Karl Fogel
on 2010-03-03
| Status: | Merged |
|---|---|
| Approved by: | Eleanor Berger on 2010-03-03 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | not available |
| Proposed branch: | lp:~kfogel/launchpad/471195-private-bug-body-class-private |
| Merge into: | lp:launchpad |
| Diff against target: |
108 lines (+29/-6) 5 files modified
lib/canonical/launchpad/javascript/bugs/bugtask-index.js (+4/-4) lib/canonical/launchpad/webapp/tales.py (+2/-1) lib/lp/bugs/adapters/bug.py (+8/-0) lib/lp/bugs/configure.zcml (+4/-0) lib/lp/bugs/windmill/tests/test_bug_privacy_settings.py (+11/-1) |
| To merge this branch: | bzr merge lp:~kfogel/launchpad/471195-private-bug-body-class-private |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Eleanor Berger (community) | code | 2010-03-03 | Approve on 2010-03-03 |
|
Review via email:
|
|||
Commit Message
Ensure that toggling a bug to "private" or "public" sets the bug's body class accordingly.
To post a comment you must log in.
| Karl Fogel (kfogel) wrote : | # |
review:
Approve
(code)

Ensure that toggling a bug to "private" or "public" sets the body class accordingly.
Also, test that the pre-existing code that sets the class on the privacy div works too.