LP#1976126: Don't send useless (big) user data
authorMike Rylander <mrylander@gmail.com>
Fri, 27 May 2022 20:48:41 +0000 (16:48 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Sat, 28 Jan 2023 19:34:04 +0000 (14:34 -0500)
commitd6b34b80c1a353ce459ad4b660adfeeda14f6fe1
tree332ae3ed8d81e70f864b28af3a378ae64f20317f
parent229142d3999900220e3002be99dd426941c2a4f6
LP#1976126: Don't send useless (big) user data

When saving a user in the AngularJS UIs, we currently send the notes,
usr_activity, and standing_penalties fields to the actor service.
However, that's not how those get updated, and with large sets that can
cause problems.  This commit removes those fields before saving the
user.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js