Summary: | MEMBER logging in action_logs does not give enough detail. | ||
---|---|---|---|
Product: | Koha | Reporter: | Barton Chittenden <barton> |
Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | 1joynelson, caroline.cyr-la-rose, gmcharlt, kyle.m.hall, kyle, pe.havel, sally.healey |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Barton Chittenden
2015-12-03 15:17:43 UTC
(In reply to Barton Chittenden from comment #0) > 'action' fields -- I really needed to know which fields in the borrower > record were changed. ... as well as what the field changed from and to. I *don't* want to see the entire borrower record though. For the CREATE we should list the key/value pairs that are actually set in 'info'. For UPDATE we should list the kye/value pairs that have *changed* in "info". This may be useful: http://www.perlmonks.org/?node_id=752303 I agree that the info column doesn't give useful information. There is already a kind of diff in the cataloguing action_logs, which I find somewhat useful because it gives you the "biblio before" so you can compare and see what changed. It would be even better if there was the before / after but something similar would be a good first step for the patron file. |