Closed Bug 960699 Opened 10 years ago Closed 10 years ago

[IARC] Use manifest developer name for "company" in IARC calls

Categories

(Marketplace Graveyard :: General, defect)

Avenir
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
2014-01-21

People

(Reporter: robhudson, Assigned: robhudson)

References

Details

Currently we're using `authors.all()[0].display_name`, but this doesn't work well with app owner changes.

The version._display_name, which is populated from the manifest, makes more sense here.

Note: After this code is changed, we should re-run the SET_STOREFRONT_DATA call for all published apps to send the updated data to IARC.
You mean version.developer_name right ? (it currently falls back on authors if that's empty, but I'm hoping to change that soon, this will also help performance - developer name is supposed to be mandatory in manifests submitted to the Marketplace)
https://github.com/mozilla/zamboni/commit/6ba1c18 

To verify, submit an app. At the content ratings page view source and look for "company" -- it should match what is defined in the manifest's developer->name field.
Assignee: nobody → robhudson.mozbugs
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2014-01-21
Verified as fixed: http://screencast.com/t/HfWorJ0I
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.