]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1969641 Show useful lack of staff working location message
authorBill Erickson <berickxx@gmail.com>
Wed, 20 Apr 2022 16:08:52 +0000 (12:08 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Tue, 14 Feb 2023 14:31:41 +0000 (09:31 -0500)
commit8322b89a82fc7387cca0532a5bab8603cbc72737
treea0669855767cc9a207fb1209ec4e6654dd504c3a
parent7770101baf506ef4d8321c3ad6eb67d408290ca4
LP1969641 Show useful lack of staff working location message

When a user logs into the staff client that has STAFF_LOGIN permissions,
but no working locations, show a message to this affect instead of
resulting in a blank page.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: John Amundson <jamundson@cwmars.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/login-not-allowed.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/login-not-allowed.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/resolver.service.ts
Open-ILS/src/eg2/src/app/staff/routing.module.ts
Open-ILS/src/eg2/src/app/staff/staff.module.ts