mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When sending an extension for review, an error occurred in determining the length of the name[Bug]:

LebedevIV opened this issue · comments

What happened?

When sending an extension, check at the step (page) "Submit a New Add-on:Describe Add-on"
(https://addons.mozilla.org/en-US/developers/addon/ozon-wildberries-%D0%B8-simaland-%D1%81%D0%BE/submit/details)
I keep getting the error "Ensure this value has at most 50 characters (it has 67)." , but the name is shorter than 50 characters (“Ozon, Wildberries, Simaland: reviews sort by rait”), and I made the names even shorter - this does not change anything and the error will repeat itself.
2024-05-24_16-45-13

What did you expect to happen?

The title length must be checked correctly. In addition, after correcting the extension address in the Add-on URL and changing the name of the extension, the Add-on URL should not be reset and regenerated.

Is there an existing issue for this?

  • I have searched the existing issues

┆Issue is synchronized with this Jira Task

I found the reason in the page code: when editing the name, the change affects only the locale in the Input, and the main name in English in the first Input is hidden and contains a name with an exceeding length. Apparently, you need access to both Inputs.
2024-05-25_13-04-38

Hi,

This is unfortunately an old issue already reported in #1899