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
e17ea212
Commit
e17ea212
authored
Oct 13, 2020
by
janis.streib
🦉
Browse files
UPD: use correct group filter
parent
bdf73069
Pipeline
#112516
passed with stages
in 10 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/api-services/groups.service.js
View file @
e17ea212
...
...
@@ -3,7 +3,7 @@ import TransactionService from './transaction.service'
export
default
{
list
(
config
,
own
)
{
const
ta
=
[
{
name
:
'
cntl.group.list
'
,
old
:
{
is_own
:
own
}
},
{
name
:
'
cntl.group.list
'
,
old
:
{
is_admin_or_
is_own
:
own
}
},
{
name
:
'
cntl.mgr2group.list
'
,
join
:
{
0
:
'
api_fkey_cntl_mgr2group_grp
'
}
},
{
name
:
'
nd.bcd2group.list
'
,
join
:
{
0
:
'
api_fkey_nd_bcd2group_grp
'
}
},
{
name
:
'
dns.fqdn2group.list
'
,
join
:
{
0
:
'
api_fkey_dns_fqdn2group_grp
'
}
},
...
...
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