Conflict between project moderaion and FAQ moderation
Bug #400762 reported by
Curtis Hovey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Brad Crittenden |
Bug Description
launchapd.
Related branches
lp://qastaging/~bac/launchpad/bug-588773-take2
- Curtis Hovey (community): Approve (code)
-
Diff: 1254 lines (+280/-156)35 files modifiedlib/canonical/launchpad/permissions.zcml (+0/-9)
lib/canonical/launchpad/security.py (+21/-17)
lib/canonical/launchpad/webapp/tests/test_login.py (+3/-3)
lib/lp/answers/browser/configure.zcml (+3/-3)
lib/lp/answers/browser/faqcollection.py (+1/-1)
lib/lp/answers/browser/tests/faq-views.txt (+2/-2)
lib/lp/answers/configure.zcml (+1/-1)
lib/lp/answers/doc/faqtarget.txt (+13/-12)
lib/lp/answers/doc/workflow.txt (+1/-1)
lib/lp/answers/templates/faq-listing.pt (+6/-4)
lib/lp/answers/templates/faqcollection-portlet-faqs.pt (+1/-2)
lib/lp/answers/templates/question-linkfaq.pt (+1/-1)
lib/lp/registry/browser/configure.zcml (+7/-7)
lib/lp/registry/browser/distribution.py (+1/-2)
lib/lp/registry/browser/distroseries.py (+2/-2)
lib/lp/registry/browser/person.py (+1/-1)
lib/lp/registry/browser/product.py (+4/-4)
lib/lp/registry/browser/project.py (+3/-3)
lib/lp/registry/browser/tests/peoplemerge-views.txt (+1/-4)
lib/lp/registry/browser/tests/product-views.txt (+3/-2)
lib/lp/registry/browser/tests/projectgroupset-views.txt (+9/-10)
lib/lp/registry/configure.zcml (+7/-7)
lib/lp/registry/doc/commercialsubscription.txt (+13/-12)
lib/lp/registry/doc/vocabularies.txt (+2/-2)
lib/lp/registry/interfaces/product.py (+4/-4)
lib/lp/registry/stories/distroseries/distroseries-admin.txt (+89/-0)
lib/lp/registry/stories/person/xx-admin-person-review.txt (+17/-19)
lib/lp/registry/stories/product/xx-product-edit.txt (+3/-6)
lib/lp/registry/stories/project/xx-project-edit.txt (+40/-8)
lib/lp/registry/templates/product-index.pt (+1/-1)
lib/lp/registry/templates/project-listing-detailed.pt (+1/-1)
lib/lp/registry/vocabularies.py (+2/-2)
lib/lp/soyuz/doc/distribution.txt (+1/-1)
lib/lp/testing/factory.py (+13/-1)
lib/lp/testing/sampledata.py (+3/-1)
Changed in launchpad-registry: | |
status: | Triaged → In Progress |
assignee: | nobody → Brad Crittenden (bac) |
Changed in launchpad-registry: | |
milestone: | none → 10.09 |
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.
Can't we make the adapter for launchpad.Moderate on IProduct extend that
of lp.Moderate on IFAQTarget?
subscribe