Merge lp:~brian-murray/errors/bug-1248259 into lp:errors

Proposed by Brian Murray
Status: Merged
Merged at revision: 445
Proposed branch: lp:~brian-murray/errors/bug-1248259
Merge into: lp:errors
Diff against target: 12 lines (+2/-0)
1 file modified
errors/static/js/most_common_problems.js (+2/-0)
To merge this branch: bzr merge lp:~brian-murray/errors/bug-1248259
Reviewer Review Type Date Requested Status
Evan (community) Approve
Review via email: mp+193971@code.launchpad.net

Description of the change

This should reveal the package versions drop down box if you use a url like http://errors.ubuntu.com/?package=update-manager as opposed to typing update-manager in the package box.

I haven't tested this yet, but will after we have read only access to the database.

To post a comment you must log in.
Revision history for this message
Evan (ev) wrote :

Looks reasonable.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'errors/static/js/most_common_problems.js'
2--- errors/static/js/most_common_problems.js 2013-10-22 17:18:19 +0000
3+++ errors/static/js/most_common_problems.js 2013-11-05 17:30:57 +0000
4@@ -467,6 +467,8 @@
5 Y.one('#package_name').setStyle('visibility', 'visible');
6 Y.one('#package_name').setStyle('display', 'inline');
7 Y.one('#package').set('value', query_string['package']);
8+ Y.one('#package_versions').setStyle('visibility', 'visible');
9+ Y.one('#package_versions').setStyle('display', 'inline');
10 package_changed(false, expected_version);
11 }
12 var subscriber;

Subscribers

People subscribed via source and target branches

to all changes: