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:33:44 +0000 (14:33 -0500)
commit828744d567c8c5ea92a035bbd8bba4f6d47aadeb
tree9496a0a6ebd8126e6fc6767ce54286d40b883554
parentb6e91abf36d4f2213f72eb224c2157ec38c83a2f
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