~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Raphael Badin
  • Date: 2012-01-06 08:27:55 UTC
  • mfrom: (14513.5.4 builder-history-lfa)
  • mto: This revision was merged to the branch mainline in revision 14654.
  • Revision ID: raphael.badin@canonical.com-20120106082755-95a0eh6nakv5hj3b
Merge devel.

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),