zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #02496
[Bug 682207] Re: Deleted Tomboy notes appears on AJ
I am not sure if this is a tomboy data-provider related problem.
Tomboy DP's only work is to report 4 events
* Open Note
* Close Note
* New Note added
* Note Deleted
So this means that if a client wants to show the notes, it's better to query the daemon with the following information in the template
* Note URI
* Interpretation as DELETE_EVENT [1]
Or you can get all the events from the template. Set the note URI and
try to fetch all the events sorted by time. If the last event is a
DELETE_EVENT, then it means the note is no longer available
[1] http://zeitgeist-project.com/docs/0.5.2/ontology.html#symbol-zg-
deleteevent
** Changed in: zeitgeist-dataproviders
Importance: Undecided => Low
** Changed in: zeitgeist-dataproviders
Status: New => Incomplete
--
Deleted Tomboy notes appears on AJ
https://bugs.launchpad.net/bugs/682207
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Data-Sources.
Status in Zeitgeist Data-Sources: Incomplete
Bug description:
As title says, if i delete a tomboy's note it appears anyway in GAJ. I report this bug here because i think it's a tomboy dataprovider related problem.
References