~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/configure.zcml

[r=sinzui][bug=669930] Enhance the person picker to display lp name,
        irc nick and affiliation badge for each person

Show diffs side-by-side

added added

removed removed

Lines of Context:
862
862
            factory="lp.registry.browser.person.TeamBreadcrumb"
863
863
            permission="zope.Public"/>
864
864
 
 
865
        <adapter
 
866
            factory="lp.registry.model.pillaraffiliation.BugTaskPillarAffiliation"
 
867
            />
 
868
 
 
869
        <adapter
 
870
            factory="lp.registry.model.pillaraffiliation.PillarAffiliation"
 
871
            />
 
872
 
865
873
        <!-- Using
866
874
 
867
875
    permission="Public" here causes some tests to fail