Comment 3 for bug 595124

Revision history for this message
Deryck Hodge (deryck) wrote : Re: Launchpad's can_expire not being reset when comments added.

I've had a look now. can_expire is a wrapper around findExpirableBugTasks, which only looks at date_last_updated and not date_last_message. We should extend the query in findExpirableBugTasks to consider date_last_message.

While I think this is an easy bug to fix, I'm hesitant to tag it trivial, as I have this theory that ultimately no malone bug is trivial. But this is an easy one, definitely.