GTG

Comment 2 for bug 1049607

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.