Signal-Cartel / EveScoutRescue

Web site and data tools for evescoutrescue.com, maintainer ThriceHappy.
https://evescoutrescue.com/home/
13 stars 10 forks source link

ESRC: Agent record sets recently tended flag #146

Closed Thricehappy closed 7 years ago

Thricehappy commented 7 years ago

Adding an agent record sets the recently tended flag on a cache but it should not. See, for example, J215736

bikerunner commented 7 years ago

The "lastupdated" column is set because the note is changed. The "expiresOn" column is not updated which seems to be ok.

Expiration should rely on the "expiresOn" I think or I do not see the issue.

Edit: You mean the 24 hours tend timeout?

We should separate the "lastTend" time from the "lastModified" time. May be done with the DB restructure. I try a small workaround.

Thricehappy commented 7 years ago

Tested as resolved after latest PR. Thanks, @bikerunner !