~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-07-08 19:26:35 UTC
  • mfrom: (13314.12.13 yui-test-cleanup-807294)
  • Revision ID: launchpad@pqm.canonical.com-20110708192635-acgqrciig42izbsh
[r=jtv][bug=807294] Consolidate duplicate code copied throughout the
        lp yui tests into a common module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
267
267
  </class>
268
268
 
 
269
  <securedutility
 
270
    name="UserTeamsParticipationPlusSelfSimpleDisplay"
 
271
    component="lp.registry.vocabularies.UserTeamsParticipationPlusSelfSimpleDisplayVocabulary"
 
272
    provides="zope.schema.interfaces.IVocabularyFactory"
 
273
    >
 
274
    <allow interface="zope.schema.interfaces.IVocabularyFactory"/>
 
275
  </securedutility>
 
276
 
 
277
  <class class="lp.registry.vocabularies.UserTeamsParticipationPlusSelfSimpleDisplayVocabulary">
 
278
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
 
279
  </class>
269
280
 
270
281
  <securedutility
271
282
    name="AllUserTeamsParticipation"