addons icon indicating copy to clipboard operation
addons copied to clipboard

The addon name is missing in abuse-reports when making the report with Android

Open ioanarusiczki opened this issue 3 years ago • 2 comments
trafficstars

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)

android reports

It's reproducible on -dev and -stage Not reproducible from AMO or addon manager on desktop.

┆Issue is synchronized with this Jira Task

ioanarusiczki avatar Aug 05 '22 13:08 ioanarusiczki

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 ?)

diox avatar Aug 16 '22 09:08 diox

Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-112

KevinMind avatar May 03 '24 17:05 KevinMind