Change #4159
Category | None |
Changed by | Bill Erickson <berickxx | @gmail.com>
Changed at | Tue 18 Apr 2017 22:24:50 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | b4090249374f07ea931116fc6a0e905b1e2f3433 |
Comments
LP#1641708 Work log avoid storing unneeded data Avoid storing full transaction data with each work log entry. Only store data need for work log display and actions. Includes the addition of a new field (entry.hold_id) for hold requests so that the value does not have live in the large data blob. To test: 1. Peform checkouts, holds placements, and other log-tracked actions in the client. 2. Open Administration -> Workstation -> Stored Preferences and see values for key "eg.patron_log". Values added after the patch will only contain ~8 keys with string values, no large nested objects. 3. Open Administration -> Local Administration -> Work Log and confirm recent log-tracked actions are all represented in the grid. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Changed files
- Open-ILS/web/js/ui/default/staff/admin/workstation/log.js
- Open-ILS/web/js/ui/default/staff/services/ui.js