https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29900 --- Comment #2 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #1)
Should all API actions update the date?
I am not sure what Koha does when the patron is edited (like adding a note), but I feel that this should probably not count as an activity?
I'm sorry, I was unclear. I don't mean that every time we touch Patron A's record via an API route we should update Patron A's datelastseen. Instead, I mean if Patron B is the account to which my API credentials are attached for a given service, every time that service uses an API call to do something we should update Patron B's datelastseen. Patron B isn't a real patron, isn't really checking things out or returning them. Updating their datelastseen would help show that this API is still being used and the patron should not be deleted. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.