~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-23 13:25:35 UTC
  • mfrom: (14012.1.13 valid-targets-0)
  • Revision ID: launchpad@pqm.canonical.com-20110923132535-5rq8hxf1qtfgr7w2
[r=jcsackett][bug=828838] Restrict the target widget to pillars that
 use Launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1188
1188
  <webservice:register module="lp.bugs.errors" />
1189
1189
  <webservice:register module="lp.bugs.interfaces.webservice" />
1190
1190
 
 
1191
  <securedutility
 
1192
    name="UsesBugsDistribution"
 
1193
    component="lp.bugs.vocabulary.UsesBugsDistributionVocabulary"
 
1194
    provides="zope.schema.interfaces.IVocabularyFactory"
 
1195
    >
 
1196
    <allow interface="zope.schema.interfaces.IVocabularyFactory"/>
 
1197
  </securedutility>
1191
1198
</configure>