Comment 1 for bug 400211

Revision history for this message
Brad Crittenden (bac) wrote :

It turns out we cannot replace launchpad.ProjectReview with launchpad.Moderate. The reason is there is an adapter for IFAQTarget and launchpad.Moderate. There is no way to have different adapters for IProduct (which implements IFAQTarget) and IFAQTarget.

So launchpad.ProjectReview is being kept. It needs to be changed from specifying "usedfor = Interface" to having specific adapters for each of the specific interfaces it needs: IProduct, IProductSet, IProject and IProjectSet.