Merge lp://staging/~wallyworld/launchpad/advanced-bug-search-model-915880 into lp://staging/launchpad
Proposed by
Ian Booth
Status: | Merged |
---|---|
Approved by: | Curtis Hovey |
Approved revision: | no longer in the source branch. |
Merged at revision: | 16109 |
Proposed branch: | lp://staging/~wallyworld/launchpad/advanced-bug-search-model-915880 |
Merge into: | lp://staging/launchpad |
Diff against target: |
280 lines (+72/-115) 2 files modified
lib/lp/bugs/browser/bugtask.py (+3/-1) lib/lp/bugs/browser/tests/test_bugtask.py (+69/-114) |
To merge this branch: | bzr merge lp://staging/~wallyworld/launchpad/advanced-bug-search-model-915880 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | code | Approve | |
Review via email: mp+128401@code.staging.launchpad.net |
Commit message
Do not populate bug model cache for advanced search form.
Description of the change
== Implementation ==
Add a check to the BugTaskSearchLi
== Tests ==
Refacator some common tests to a mixin and add a new test for the new advanced for behaviour.
== Lint ==
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/lp/
To post a comment you must log in.
Thank you.