Merge lp:~stevenk/launchpad/double-bugdelta-js into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Steve Kowalik on 2012-05-02 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15193 |
| Proposed branch: | lp:~stevenk/launchpad/double-bugdelta-js |
| Merge into: | lp:launchpad |
| Diff against target: |
237 lines (+67/-27) 5 files modified
lib/lp/bugs/browser/bug.py (+14/-2) lib/lp/bugs/model/bug.py (+1/-4) lib/lp/bugs/model/tests/test_bug.py (+0/-19) lib/lp/bugs/tests/test_bugchanges.py (+50/-0) lib/lp/bugs/tests/test_bugtaskflat_triggers.py (+2/-2) |
| To merge this branch: | bzr merge lp:~stevenk/launchpad/double-bugdelta-js |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ian Booth (community) | 2012-05-02 | Approve on 2012-05-02 | |
|
Review via email:
|
|||
Commit Message
Insist that IBug.transition
Description of the Change
Currently, if IBug.transition
As a result, I have moved the notify() call into the submit method on Bug:+secrecy, like we do for everything else.
This did not impact the legacy code, since that overlay makes a submit call to Bug:+secrecy and does not make use of the API to change the privacy or security related-ness of a bug.
| Ian Booth (wallyworld) wrote : | # |
As discussed, please a a test before landing since the issue did not trigger any test failures.

Jolly good that you found this. Let's land the fucker and do more cleanup once legacy stuff is removed.