Skip to content
Snippets Groups Projects
Commit a966b989 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: correct joins in token service

parent 3460300a
No related branches found
No related tags found
No related merge requests found
Pipeline #273639 passed with warnings
......@@ -4,8 +4,8 @@ export default {
list(config) {
let ta = [
{"name": "cntl.mgr.list", "old": {"is_own": true}}, // Accounts
{"name": "cntl.wapi_auth.list", "join": {"0": "cntl.wapi_auth.fkey_cntl_wapi_auth_mgr"}}, // Tokens
{"name": "cntl.mgr2role.list", "join": {"0": "cntl.wapi_auth.fkey_cntl_wapi_auth_mgr"}}, // Roles
{"name": "cntl.wapi_auth.list", "join": {"0": "api_fkey_cntl_wapi_auth_mgr"}}, // Tokens
{"name": "cntl.mgr2role.list", "join": {"0": "api_fkey_cntl_wapi_auth_mgr"}}, // Roles
]
return TransactionService.execute(config, ta)
},
......@@ -28,4 +28,4 @@ export default {
]
return TransactionService.execute(config, ta)
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment