~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=jtv][bug=874250] Load preferredemail when calculating bug
 subscribers of any kind via BugSubscriptionInfo.

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 = Attribute('The assignee ID (for eager loading)')
 
563
    assigneeID = Int(title=_('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),