~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bugtask.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-14 18:16:47 UTC
  • mfrom: (14515 devel)
  • mto: This revision was merged to the branch mainline in revision 14593.
  • Revision ID: launchpad@pqm.canonical.com-20111214181647-jh80eps1ndcy6hns
[rs=buildbot-poller] automatic merge from stable. Revisions: 14510,
        14511, 14512, 14513, 14514, 14515 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4104
4104
            (user is None or user.teams_participated_in.count() == 0))
4105
4105
        cx = self.context
4106
4106
        return dict(
 
4107
            id=cx.id,
4107
4108
            row_id=self.data['row_id'],
4108
4109
            form_row_id=self.data['form_row_id'],
4109
4110
            bugtask_path='/'.join([''] + self.data['link'].split('/')[3:]),