Merge lp://staging/~gmb/launchpad/filter-on-bug-creation-bug-720147 into lp://staging/launchpad
Proposed by
Graham Binns
Status: | Merged |
---|---|
Merged at revision: | 12967 |
Proposed branch: | lp://staging/~gmb/launchpad/filter-on-bug-creation-bug-720147 |
Merge into: | lp://staging/launchpad |
Prerequisite: | lp://staging/~bac/launchpad/bug-720147 |
Diff against target: |
27 lines (+3/-4) 1 file modified
lib/lp/bugs/model/bug.py (+3/-4) |
To merge this branch: | bzr merge lp://staging/~gmb/launchpad/filter-on-bug-creation-bug-720147 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Benji York (community) | code | Approve | |
Review via email: mp+59772@code.staging.launchpad.net |
Commit message
[r=benji][ui=none] [r=benji][bug=720147] Users that have BugSubscription
Description of the change
This branch fixes the test failures encountered in lp:~bac/launchpad/bug-720147. These failures occurred because our tests rely on the internal API allowing them to set initial BugTask statuses without any permission checks. Whilst this is probably a bit silly it's safeguarded by the WS API and the LP UI, so I see no harm in reverting the change here for the time being.
To post a comment you must log in.
Looks good.