Create multi-state official services attributes
Bug #613442 reported by
Brad Crittenden
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Brad Crittenden |
Bug Description
Using a boolean value to indicate a project's use of LP services is too limiting.
Create an enum with the states
UNKNOWN
LAUNCHPAD
EXTERNAL
NOT_APPLICABLE
See this email thread for details
https:/
Related branches
lp://qastaging/~bac/launchpad/db-bug-613442
- Julian Edwards (community): Approve (release-critical)
- Abel Deuring (community): Approve (code)
- Jonathan Lange (community): Approve (db)
-
Diff: 915 lines (+377/-161)17 files modifieddatabase/sampledata/current-dev.sql (+50/-50)
database/sampledata/current.sql (+47/-47)
database/schema/comments.sql (+0/-1)
database/schema/patch-2207-81-0.sql (+17/-0)
lib/canonical/launchpad/interfaces/launchpad.py (+0/-24)
lib/lp/app/enums.py (+44/-0)
lib/lp/app/interfaces/launchpad.py (+80/-0)
lib/lp/bugs/browser/bugtarget.py (+2/-1)
lib/lp/bugs/doc/bugtracker.txt (+8/-7)
lib/lp/registry/adapters.py (+0/-1)
lib/lp/registry/configure.zcml (+2/-2)
lib/lp/registry/doc/distribution.txt (+17/-0)
lib/lp/registry/doc/product.txt (+14/-1)
lib/lp/registry/interfaces/distribution.py (+4/-2)
lib/lp/registry/interfaces/product.py (+4/-6)
lib/lp/registry/model/distribution.py (+41/-12)
lib/lp/registry/model/product.py (+47/-7)
Changed in launchpad-registry: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Brad Crittenden (bac) |
milestone: | none → 10.08 |
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad-registry: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in db-stable r9641 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ db-stable/ revision/ 9641>.