Issue list ordered by recent activity
Submitted by Eelco Visser on 4 January 2013 at 11:47
Issue Log
We can probably use the
modifiedproperty of Issue for sorting using search.
The dates of events such as taggings and comments should be considered as well; I suppose the
modifiedproperty is not updated on tagging and commenting.
The
modifiedprobably gets updated, because a reference (theIssue.logproperty IIRC) is changed.
modifiedgets updated if one of the properties is updated, so that the object is dirty.
in this case updating theprojectofIssue.projectwon’t trigger modified.
when you change theprojectto be another project will trigger modified.in the case of
Issue.logit’s a bit more complicated but changing the list(adding / removing comments tag etc) should makeIssuedirty so triggers an update ofmodifiedhowever editing a comment shouldn’t triggermodifiedThere is also a inverse annotation on some of the properties, this could deliver some unwanted updates, certainly if they are in combination with lists. (Update of list is sometimes preformed by emptying and then refill the list, triggering 2 times
modifiedfor unmodified objects).
Log in to post comments