Merge lp://staging/~gmb/launchpad/show-oops-ids-bug-564686 into lp://staging/launchpad
Proposed by
Graham Binns
Status: | Merged |
---|---|
Approved by: | Aaron Bentley |
Approved revision: | no longer in the source branch. |
Merged at revision: | 10880 |
Proposed branch: | lp://staging/~gmb/launchpad/show-oops-ids-bug-564686 |
Merge into: | lp://staging/launchpad |
Diff against target: |
221 lines (+95/-9) 6 files modified
lib/canonical/launchpad/webapp/tales.py (+12/-0) lib/canonical/launchpad/webapp/tests/test_tales.py (+41/-0) lib/lp/bugs/browser/bugwatch.py (+2/-0) lib/lp/bugs/browser/tests/bugwatch-views.txt (+3/-0) lib/lp/bugs/stories/bugwatches/xx-edit-bugwatch.txt (+34/-9) lib/lp/bugs/templates/bugwatch-portlet-activity.pt (+3/-0) |
To merge this branch: | bzr merge lp://staging/~gmb/launchpad/show-oops-ids-bug-564686 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aaron Bentley (community) | Approve | ||
Review via email: mp+25442@code.staging.launchpad.net |
Commit message
OOPS IDs for bug watch update failures will now be shown on the watches' +edit pages.
Description of the change
This branch adds the OOPS IDs to the error messages shown on the bug watch +edit pages for bug watch updates that have failed.
I've updated the recent_
I've added tests to the xx-edit-
To post a comment you must log in.
It would be good if you could generalize the OOPs URL generation so that we're using the same codepath everywhere, but this is not strictly required to land this.