projects/+new should autofill URL field from lower-cased Name field
Bug #1503 reported by
Christian Reis
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Barry Warsaw |
Bug Description
In the add product form, name and displayname fields need to be made more intelligent.
Name should be forced to lowercase, Additionally, the most common case is for display name to be an uppercased version of the name. This could be made clearer and simplified if there was some javascript that copied the content from name to display name (properly capitalized).
Changed in launchpad-registry: | |
assignee: | nobody → Barry Warsaw (barry) |
milestone: | none → 2.2.5 |
tags: | added: story-guided-project-registration |
Changed in launchpad-registry: | |
milestone: | 2.2.5 → 2.2.4 |
Changed in launchpad-registry: | |
milestone: | 2.2.4 → 2.2.5 |
Changed in launchpad-registry: | |
status: | Triaged → In Progress |
summary: |
- Adding products, name and displayname fields need to be made more - intelligent + projects/+new should autofill URL field from lower-cased Name field |
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Not forcing the name to lowercase is what causes us to currently report the very unhelpful "Constraint not satisfied" error when entering a new product with an uppercase name.