]> git.evergreen-ils.org Git - working/Evergreen.git/commit
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:10 +0000 (14:33 -0500)
commitc1aca3b696a968f76ffb89627f2f4cbe1c11579f
treeb8bb707822b8c5874f9a526d98fc70a8f73ad024
parentd9c24951f096950a1dc802cf49277b61ba7dd0b0
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