~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-08-17 19:51:38 UTC
  • mfrom: (13627.2.15 bug-813322-2)
  • Revision ID: launchpad@pqm.canonical.com-20110817195138-yox3nrvqtq27gpb5
[r=stevenk][bug=813322] Defer duplicate bug recipient list
        calculation until processing by the cron job.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1111
1111
        <require
1112
1112
            permission="launchpad.AnyPerson"
1113
1113
            set_schema="lp.bugs.interfaces.bugnotification.IBugNotification"/>
 
1114
        <require
 
1115
            permission="launchpad.Edit"
 
1116
            attributes="destroySelf" />
1114
1117
    </class>
1115
1118
    <class
1116
1119
        class="lp.bugs.model.bugnotification.BugNotificationRecipient">