~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-23 01:20:28 UTC
  • mfrom: (13758.1.1 testfix)
  • Revision ID: launchpad@pqm.canonical.com-20110823012028-db86pwgzifyofs0i
[testfix][r=gary][no-qa] Fix last failing test the same way wgrant
        fixed the rest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
487
487
            permission="zope.Public"
488
488
            attributes="name title description"/>
489
489
    </class>
 
490
    <class
 
491
        class="lp.registry.vocabularies.VocabularyFilterPerson">
 
492
        <require
 
493
            permission="zope.Public"
 
494
            attributes="name title description"/>
 
495
    </class>
 
496
    <class
 
497
        class="lp.registry.vocabularies.VocabularyFilterTeam">
 
498
        <require
 
499
            permission="zope.Public"
 
500
            attributes="name title description"/>
 
501
    </class>
490
502
</configure>