~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-04-29 18:17:28 UTC
  • mfrom: (12943.1.6 question-email-2)
  • Revision ID: launchpad@pqm.canonical.com-20110429181728-6wf3eh32zozyftin
[r=adeuring][bug=772682] QuestionEmailJob needs db permissions and
        possibly a cronscript configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
          />
68
68
    </class>
69
69
 
 
70
    <class class=".model.questionjob.QuestionEmailJob">
 
71
      <allow interface=".interfaces.questionjob.IQuestionEmailJob"/>
 
72
    </class>
 
73
 
 
74
    <securedutility
 
75
        component=".model.questionjob.QuestionEmailJob"
 
76
        provides=".interfaces.questionjob.IQuestionEmailJobSource">
 
77
      <allow interface=".interfaces.questionjob.IQuestionEmailJobSource"/>
 
78
    </securedutility>
 
79
 
70
80
    <!-- QuestionSubscription -->
71
81
    <class class=".model.questionsubscription.QuestionSubscription">
72
82
        <allow