GTG

Modified time not being updated on all tasks

Bug #1049607 reported by Tom Kadwill
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GTG
Won't Fix
Low
Unassigned

Bug Description

I am using the get_modified() method to get the time that each of my tasks was last updated. I am getting all tasks and then looping through them to get each task's get modified time.

1) I click on all tasks to ensure that the get modified time has recently been updated.

2) I output all of the tasks with get_modified() time.

The results I seem to be getting are that all task's get_modified times are getting updated correctly apart from one. Task 1@1 seems to be the only one that is not being updated. Tasks 0@1, 0@2-0@8 are all updating fine.

Revision history for this message
Nimit Shah (nimit-svnit) wrote :

Does this happen all the time?

Is there any other task that also behaves like 1@1?

Can you share the code that you are using?

Changed in gtg:
status: New → Incomplete
Revision history for this message
Tom Kadwill (tomkadwill) wrote :

Yes I have tried this a couple of times and I still haven't been able to update the 1@1 task. I haven't added any 'permanent' code as such, I have just added some code to /GTG/gtk/manager.py (line 191) to allow me to log out the results:

Log.debug('Tomkad')
        numbers = [0,1,2,3,4,5,6,7,8]
        for i in numbers:
            i = str(i) + '@1'
            task = self.req.get_task(i)
            modified_time = task.get_modified()
            Log.debug(modified_time)
            Log.debug(i)

Please note, although I have numbered the tasks 0-8, I am not sure if 'i' and 'modified_time' actually match up to the same task. I am new to GTG and don't have enough understanding of this at present.

Izidor Matušov (izidor)
Changed in gtg:
status: Incomplete → Confirmed
milestone: none → 0.4
status: Confirmed → Triaged
importance: Undecided → Low
Jeff Fortin Tam (kiddo)
Changed in gtg:
status: Triaged → Won't Fix
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.