Browse Source
fix manager role in admin users overview
due to the hack the returned type has changed
pull/5359/head
Stefan Melmuk
7 months ago
No known key found for this signature in database
GPG Key ID: 817020C608FE9C09
1 changed files with
1 additions and
1 deletions
-
src/static/scripts/admin_users.js
|
|
@ -152,7 +152,7 @@ const ORG_TYPES = { |
|
|
|
"name": "User", |
|
|
|
"bg": "blue" |
|
|
|
}, |
|
|
|
"3": { |
|
|
|
"4": { |
|
|
|
"name": "Manager", |
|
|
|
"bg": "green" |
|
|
|
}, |
|
|
|