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:41:07 +0000 (09:41 -0500)
commit64ca7a952ca5b4af23d7108ad2176b15c62e889b
tree62560043c9e7fa441e1254dc785e9463d4607a23
parentd77662513189f7cdeaa7ee512f10dfe4f46ed6de
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