~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/vocabularies/configure.zcml

  • Committer: Steve Kowalik
  • Date: 2011-08-07 04:05:52 UTC
  • mto: This revision was merged to the branch mainline in revision 13626.
  • Revision ID: stevenk@ubuntu.com-20110807040552-mwnxo0flmhvl35e8
Correct the notification based on review comments, and remove request{,ed}
from the function names, switching to create{,d}.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
  </securedutility>
27
27
 
28
28
  <class class=".branch.BranchVocabulary">
29
 
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
 
29
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
30
30
  </class>
31
31
 
32
32
  <securedutility
37
37
  </securedutility>
38
38
 
39
39
  <class class=".branch.HostedBranchRestrictedOnOwnerVocabulary">
40
 
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
 
40
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
41
41
  </class>
42
42
 
43
43
  <securedutility
48
48
  </securedutility>
49
49
 
50
50
  <class class=".branch.BranchRestrictedOnProductVocabulary">
51
 
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
 
51
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
52
52
  </class>
53
53
 
54
54
</configure>