]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1468422 Port user update to cstore
authorBill Erickson <berickxx@gmail.com>
Tue, 24 Nov 2015 16:15:06 +0000 (11:15 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 26 Feb 2016 15:07:41 +0000 (10:07 -0500)
commit2e9b6b3f2126a0ba136388bf5cc2689428f78d63
tree8268b279c4d7ce6b4159218d821402a54e843908
parent5ddb3f61b5cf9c97cf5b45c42209a1083e8efff8
LP#1468422 Port user update to cstore

Migrate the user update code from open-ils.storage to open-ils.cstore.
This has several benefits:

1. We can re-use the patron password update code
2. Several actions (bad contacts, invalid address) which previously
   resulted in data modifications outside the main transaction now
   take place with the main patron update transaction.
3. Bigger, better, faster, stronger.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm