Add IHasAffiliation adaptor for Questions
Bug #820210 reported by
Ian Booth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Ian Booth |
Bug Description
See bug 798764.
An affiliation adaptor is required for Question contexts.
Related branches
lp://staging/~wallyworld/launchpad/additional-affiliation-types
Superseded
for merging
into
lp://staging/launchpad
- Curtis Hovey (community): Needs Information (code)
-
Diff: 1271 lines (+478/-558)8 files modifiedlib/lp/app/browser/tests/test_vocabulary.py (+0/-269)
lib/lp/app/browser/vocabulary.py (+0/-13)
lib/lp/app/javascript/picker/picker.js (+0/-72)
lib/lp/app/javascript/picker/tests/test_picker.js (+1/-80)
lib/lp/registry/configure.zcml (+21/-3)
lib/lp/registry/model/pillaraffiliation.py (+104/-56)
lib/lp/registry/tests/test_pillaraffiliation.py (+344/-62)
lib/lp/testing/factory.py (+8/-3)
lp://staging/~wallyworld/launchpad/additional-affiliation-types-798764
- Curtis Hovey (community): Approve (code)
-
Diff: 886 lines (+622/-57)7 files modifiedlib/lp/app/browser/tests/test_vocabulary.py (+16/-7)
lib/lp/app/browser/vocabulary.py (+9/-3)
lib/lp/registry/configure.zcml (+28/-3)
lib/lp/registry/model/pillaraffiliation.py (+110/-21)
lib/lp/registry/tests/test_pillaraffiliation.py (+437/-15)
lib/lp/services/features/flags.py (+4/-0)
lib/lp/testing/factory.py (+18/-8)
summary: |
- Add IHasAffiliaion adaptor for Questions + Add IHasAffiliation adaptor for Questions |
Changed in launchpad: | |
assignee: | nobody → Ian Booth (wallyworld) |
status: | Triaged → In Progress |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
tags: | added: privacy-transitions |
To post a comment you must log in.
Fixed in stable r13636 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 13636>.