-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
bugBug reportBug report
Description
Describe the bug
Trying to set up roles after the fresh install of 0.14.1, but list of roles is empty.
To Reproduce
Steps to reproduce the behavior:
- Fresh install
- Log in as superuser
- Got to "Settings" -> "Permissions" -> "Roles"
- See empty list
Expected behavior
Default roles should be listed
Additional context
The same problem was mentioned here: #5966
Request to GraphQL in devconsole:
{
"data": {
"listRoles": {
"start": 0,
"count": 10,
"total": 0,
"roles": [],
"__typename": "ListRolesResult"
}
},
"extensions": {}
}
Response:
{
"data": {
"listRoles": {
"start": 0,
"count": 10,
"total": 0,
"roles": [],
"__typename": "ListRolesResult"
}
},
"extensions": {}
}
Roles can be found in the database of Datahub instance.
Metadata
Metadata
Assignees
Labels
bugBug reportBug report
