Bug #208
'task recurring' not listing all recurring tasks
| Status: | Assigned | Start: | 07/13/2009 | |
| Priority: | Urgent | Due date: | ||
| To: | Paul Beckingham | % Done: | 0% |
|
| Category: | core | Spent time: | - | |
| Target version: | 2.0.x - Katana | |||
Description
$ task long ID Project Pri Added Started Due Recur Age Tags Description 2 aos.deploy M 6/8/2009 6/29/2009 7/15/2009 1w 5 wks task A 43 M 6/15/2009 7/24/2009 biw 4 wks task B 42 M 6/15/2009 10/1/2009 quarterly 3 wks admin bacula task C <snip> $ task recurring ID Project Pri Due Recur Active Age Description 43 M 7/24/2009 biw 4 wks task B 42 M 10/1/2009 quarterly 3 wks task C 2 tasks
History
Updated by Paul Beckingham 375 days ago
- Status changed from New to Assigned
- Target version changed from 1.8.0 - Kabuto to 2.0.x - Katana
Cannot replicate. Hopefully we'll get a reproducible case.
Updated by Cory Donnelly 255 days ago
- File pending.data added
I'm currently experiencing this issue under v1.8.3. See the attached database.
$ t long work ID Project Pri Added Started Due Recur Age Tags Description 40 Recurring_Verify_NYSP_SendXML_transfers 2009-11-14 2009-11-20 biweekly 1 day work-server sanitized doesn't work 79 Recurring_Pay_bills 2009-11-14 2010-12-30 monthly 1 day home-online home sanitized works
$ t recurring ID Project Pri Due Recur Active Age Description 79 Recurring_Pay_bills 2010-12-30 monthly 1 day sanitized works
Note task 40 doesn't appear in the second list.
Updated by Paul Beckingham 254 days ago
Cory's sample pending.data file does indeed exhibit the bug. Task 40 in the sample file does not have the parent:xxxx attribute, and as such doesn't qualify as a recurring task. Whether or not the filtering logic for selecting recurring tasks is correct, this task once had a parent:xxxx attribute and now does not.
So now we know the symptoms, but still need to determine the cause.