~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-04 16:24:40 UTC
  • mfrom: (8758.7.4 garbo-bulk-pruner)
  • Revision ID: launchpad@pqm.canonical.com-20120104162440-jy34l21i0bcirh1z
[r=wgrant][no-qa] Trash EmailAddress and Account records not linked
        to a Person.

Show diffs side-by-side

added added

removed removed

Lines of Context:
560
560
            title=_('Assigned to'), required=False,
561
561
            vocabulary='ValidAssignee',
562
562
            readonly=True))
563
 
    assigneeID = Int(title=_('The assignee ID (for eager loading)'))
 
563
    assigneeID = Attribute('The assignee ID (for eager loading)')
564
564
    bugtargetdisplayname = exported(
565
565
        Text(title=_("The short, descriptive name of the target"),
566
566
             readonly=True),