Comment 1 for bug 1159996

Revision history for this message
Brian Murray (brian-murray) wrote :

most_common_problems in errors/api/resources.py says that it is getting Source but it is really getting binary since that is what was inserted and in this case we do want binaries.

bucket in errors/view.py could use either binary or source package as it is just displaying the name and then links a Launchpad page for that package, which contains information about published versions of that package (which would be the same for the binary or source package).