~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-03 05:00:46 UTC
  • mfrom: (13543.10.3 ghostly-series-tasks)
  • Revision ID: launchpad@pqm.canonical.com-20110803050046-d5b26bk2fqw9zm3a
[r=stevenk][bug=817336] Always show a row for a series task's parent
 context, even if there is no actual task for the parent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
            name="+bugtasks-and-nominations-table-row"
562
562
            template="../templates/bugtask-tasks-and-nominations-table-row.pt"/>
563
563
        <browser:page
 
564
            for="lp.bugs.interfaces.bugtarget.IBugTarget"
 
565
            permission="zope.Public"
 
566
            name="+bugtasks-and-nominations-table-row"
 
567
            template="../templates/bugtarget-tasks-and-nominations-table-row.pt"/>
 
568
        <browser:page
564
569
            for="lp.bugs.interfaces.bugtask.IBugTask"
565
570
            name="+bugtask-macros-listing"
566
571
            template="../templates/bugtask-macros-listing.pt"