Do not release project progress bar on lpnet until further work is done
Bug #613429 reported by
Brad Crittenden
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Brad Crittenden |
Bug Description
Fixing bug 70613 involves putting a progress bar on the project index page showing how far along a project is in registration tasks. Unfortunately some of the indicators used to compute that need to be improved. It is fine to release the feature to edge, but it needs to be prevented from being shown on the lpnet servers.
Related branches
lp://qastaging/~bac/launchpad/progressbar_feature_switch
- Edwin Grubbs (community): Approve (code)
-
Diff: 119 lines (+67/-5)2 files modifiedlib/lp/registry/browser/tests/pillar-views.txt (+56/-3)
lib/lp/registry/templates/pillar-involvement-portlet.pt (+11/-2)
Changed in launchpad-registry: | |
status: | New → Triaged |
importance: | Undecided → High |
status: | Triaged → 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.
The code has landed on edge with the guards to prevent display on lpnet. The guards are shown to *not* misbehave on edge, which is really all the QA we can do before seeing the code roll to lpnet.