Merge lp:~cjwatson/launchpad/fix-bug-picker-search into lp:launchpad
Proposed by
Colin Watson
on 2015-10-19
| Status: | Merged |
|---|---|
| Merged at revision: | 17827 |
| Proposed branch: | lp:~cjwatson/launchpad/fix-bug-picker-search |
| Merge into: | lp:launchpad |
| Diff against target: |
50 lines (+19/-4) 2 files modified
lib/lp/bugs/javascript/bug_picker.js (+5/-1) lib/lp/bugs/javascript/tests/test_bug_picker.js (+14/-3) |
| To merge this branch: | bzr merge lp:~cjwatson/launchpad/fix-bug-picker-search |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2015-10-19 | Approve on 2015-10-19 |
|
Review via email:
|
|||
Commit Message
Fix the bug picker to pass the bug ID as a number, not a string.
Description of the Change
Fix the bug picker to pass the bug ID as a number, not a string.
r17816 regressed this; I incorrectly adjusted the test rather than making sure the code continued to pass a number. All of the other tests changed in the same revision were for code that really was passing a string of some kind, so are correct.
To post a comment you must log in.
review:
Approve
(code)
