]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1467663 webstaff: login requires valid workstation
authorBill Erickson <berickxx@gmail.com>
Wed, 28 Sep 2016 16:22:44 +0000 (12:22 -0400)
committerKathy Lussier <klussier@masslnc.org>
Tue, 22 Nov 2016 19:10:03 +0000 (14:10 -0500)
commit653d47e74eab4bf4e097447e4de12556a73d23b0
treea6b47ad895a1fdac03211b22aaaa3676b2af14d6
parentf812b3e4093784ac4793cd8f99029083bf2f922f
LP#1467663 webstaff: login requires valid workstation

Hide the workstation selector when no workstations are registered.
After successful login, direct the user to the new workstation admin
page to create a new workstation.

After successful login with an invalid workstation, direct the user
to the workstation admin page, issuing a 'remove' command to un-register
the offending WS.  On the WS admin page, the user can create a new
workstation or select from their existing workstations.

Any attempt to access a browser client interface (minus the WS admin
page) without a valid workstation will cause the page to redirect to
the workstation admin page.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/staff/t_login.tt2
Open-ILS/web/js/ui/default/staff/app.js
Open-ILS/web/js/ui/default/staff/services/auth.js