Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
e2078837
Commit
e2078837
authored
Jan 22, 2020
by
Robert-K
Browse files
FIX: Fixed Account-Token-join
parent
debecd2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/api-services/account_token.service.js
View file @
e2078837
import
TransactionService
from
'
./transaction.service
'
export
default
{
list
(
config
)
{
list
(
config
,
login_name
)
{
let
ta
=
[
{
"
name
"
:
"
cntl.wapi_auth.list
"
,
"
old
"
:
{
"
is_own
"
:
true
}},
{
"
name
"
:
"
cntl.mgr.list
"
,
"
join
"
:
{
"
0
"
:
"
cntl.wapi_auth.fkey_cntl_wapi_auth_mgr
"
}}
{
"
name
"
:
"
cntl.mgr.list
"
,
"
old
"
:
{
"
parent_login_name
"
:
login_name
}},
{
"
name
"
:
"
cntl.wapi_auth.list
"
,
"
join
"
:
{
"
0
"
:
"
cntl.wapi_auth.fkey_cntl_wapi_auth_mgr
"
}},
{
"
name
"
:
"
cntl.mgr2role.list
"
,
"
join
"
:
{
"
0
"
:
"
cntl.wapi_auth.fkey_cntl_wapi_auth_mgr
"
}}
]
return
TransactionService
.
execute
(
config
,
ta
);
}
};
};
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment