bug_task.is_complete return wrong value for duplicated bugs

Bug #575816 reported by Michael Bienia
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

If a bug is marked as duplicate then bug_task.is_complete still returns False even if the "master" bug is already fixed.
Bug 232455 is marked as duplicate of bug 228419 which is already fixed.

>>> d = lp.bugs[228419].bug_tasks[0]
>>> d.is_complete
True

yet

>>> b = lp.bugs[232455].bug_tasks[0]
>>> b.is_complete
False

Tags: api lp-bugs
Deryck Hodge (deryck)
Changed in malone:
status: New → Triaged
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.