Re: [tasque-list] New and recent remember the milk tasks not showing up
- From: "Marco De Mattia" <destroyar0 gmail com>
- To: tasque-list gnome org
- Subject: Re: [tasque-list] New and recent remember the milk tasks not showing up
- Date: Sat, 20 Dec 2008 12:40:32 +0100
Dear all,
I have tried the suggestion from John A. Lewis to pass the status:incomplete filter so as to only retrieve the incomplete tasks and lighten the load on the api.
With this method the completed tasks will not show in Tasque.
This is actually working for me, my incomplete tasks are now loaded. I would like to know if you are interested in a patch submission.
Of course this is not a complete solution, but more of a temporary patch while we wait for future versions (I am really looking forward to the implementation of Peter's suggestion!).
Since this is not a real solution but rather a small workaround, I would like to know if you think it should be submitted in some other form, as it does not completely solve the bug.
The modifications to the code are really small (just one line actually), so I also report them here to let other interested people try them:
In the file RtmNet/Rtm.cs from todays svn trunk (followed instructions from here:
http://live.gnome.org/Tasque/Building)
right after line 556 ( parameters.Add("list_id", listID); )
add the following line:
parameters.Add("filter", "status:incomplete");
Cheers,
Marco
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]