]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1765179 - fix issue with pending/staged user reg user/cesardv/lp1765179_pending_user_fixes
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Fri, 7 Dec 2018 23:50:43 +0000 (18:50 -0500)
committerCesar Velez <cesar.velez@equinoxinitiative.org>
Fri, 7 Dec 2018 23:50:43 +0000 (18:50 -0500)
commitb0ea4cb591f5fb7213d6393b456dbb122f4e5797
tree52840578386c328aff677b6ca604aa6b8ddf97ee
parent34fd7a5eb3c5e50f7bf1331da4131bb261be7b01
LP1765179 - fix issue with pending/staged user reg

After completing a staged user registration, the controller
in regctl.js was refreshing to the same route, and
trying to fetch the same staged user, but never finding it
as it was no longer staged/pending. This addresses that bug
and adds a bChannel refresh to the pending grid, so once
the user is registered in the child tab, it closes the tab and
the pending user grid is updated.

Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/circ/patron/pending.js
Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js