]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1765179 - fix issue with pending/staged user reg
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Fri, 7 Dec 2018 23:50:43 +0000 (18:50 -0500)
committerJason Etheridge <jason@EquinoxInitiative.org>
Wed, 9 Jan 2019 14:26:13 +0000 (09:26 -0500)
commite308297d93c106453c81108dc477f68595b04687
treed0442e4f8fbd45dba633ae4d7e66c10e2c0080d9
parentb649aa200711e0940b822cdc4cbfc20006b816e7
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>

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Open-ILS/web/js/ui/default/staff/circ/patron/pending.js
Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js