addons
addons copied to clipboard
The addon name is missing in abuse-reports when making the report with Android
Similar to https://github.com/mozilla/addons/issues/8443 I've noticed that the name or version is not displayed when the report comes from an android device (with Fenix)

It's reproducible on -dev and -stage Not reproducible from AMO or addon manager on desktop.
┆Issue is synchronized with this Jira Task
This is something I overlooked in https://github.com/mozilla/addons/issues/8830 - when we submit using addon guid or slug (or even id), we don't send the add-on name. When displaying the reports, we used to pretend it was there because we could look it up from the foreign key.
It's ultimately not a super big deal, since we have the guid and are correctly linking the reports in the review/admin page, and technically it's accurate (we don't display a name because we never received one) but maybe we should start sending it to avoid confusion, or do something else at display time (either fill in the blanks or remove the column entirely ?)
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-112