Distributions should be able to set usage enums for answers and blueprints
Bug #677536 reported by
j.c.sackett
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
j.c.sackett |
Bug Description
Look at https:/
The only options related to bugs, answers, translations &c are checkboxes.
These fields are using the official_ booleans, rather than usage_enums to determine what to display, though the code is setting the usage enums properly.
The interface should be updated to show the normal range of options: Unknown, Uses Launchpad, External, Not Applicable.
Related branches
lp://qastaging/~jcsackett/launchpad/distribution-enum-selection-677536
- Aaron Bentley (community): Approve
-
Diff: 95 lines (+18/-18)3 files modifiedlib/lp/registry/browser/distribution.py (+4/-4)
lib/lp/registry/browser/tests/distribution-views.txt (+3/-3)
lib/lp/registry/stories/distribution/xx-distribution-launchpad-usage.txt (+11/-11)
Changed in launchpad-registry: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 10.12 |
Changed in launchpad-registry: | |
assignee: | nobody → j.c.sackett (jcsackett) |
Changed in launchpad-registry: | |
status: | Triaged → In Progress |
summary: |
- Distributions should be able to set usage enums + Distributions should be able to set usage enums for answers and + blueprints |
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
status: | Fix Committed → In Progress |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Checkboxes make sense for two of these issues because distros are not projects.
* bug tracking is UNKNOWN or LAUNCHPAD
* translations is only available to Ubuntu (LAUNCHPAD), all other are UNKNOWN
* blueprints is full range
* answers is full range