~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: 2012-01-05 05:05:42 UTC
  • mfrom: (14632.1.5 implied-account)
  • Revision ID: launchpad@pqm.canonical.com-20120105050542-b4m54slx2mqa8htl
[r=wgrant][no-qa] EmailAddressSet.new now infers account from person
        if not specified explicitly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
650
650
          permission="launchpad.View"
651
651
          attributes="
652
652
              bug
653
 
              bugtask
654
653
              level
655
654
              " />
656
655
      <!-- Properties -->
660
659
              all_assignees
661
660
              all_pillar_owners_without_bug_supervisors
662
661
              also_notified_subscribers
663
 
              direct_subscribers
664
 
              direct_subscribers_at_all_levels
665
662
              direct_subscriptions
666
 
              direct_subscriptions_at_all_levels
667
663
              duplicate_only_subscriptions
668
664
              duplicate_subscriptions
669
665
              indirect_subscribers
670
 
              muted_subscribers
671
 
              structural_subscribers
672
666
              structural_subscriptions
673
667
              " />
674
 
      <!-- Methods -->
675
 
      <require
676
 
          permission="launchpad.View"
677
 
          attributes="
678
 
              forLevel
679
 
              forTask
680
 
              " />
681
668
    </class>
682
669
 
683
670
    <!-- PersonSubscriptionInfo -->