Skip to content
GitLab
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
59f2540e
Commit
59f2540e
authored
Apr 22, 2021
by
janis.streib
🦉
Browse files
FIX: use join on FQDN record list
parent
a11b1acb
Pipeline
#146827
passed with stages
in 10 minutes and 30 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/api-services/dns_fqdn.service.js
View file @
59f2540e
...
...
@@ -21,7 +21,7 @@ export default {
const
ta
=
[
{
name
:
'
dns.record.list
'
,
old
:
{
fqdn_list
:
[
fqdn
],
sorting_params_list
:
[
'
type
'
,
'
fqdn
'
]
}
},
{
name
:
'
dnscfg.fqdn_type.list
'
,
old
:
{
sorting_params_list
:
[
'
position
'
]
}
},
{
name
:
'
dns.fqdn.list
'
,
old
:
{
value
:
fqdn
}
},
{
name
:
'
dns.fqdn.list
'
,
join
:
{
0
:
'
api_fkey_dns_record_
fqdn
'
}
},
{
name
:
'
dnscfg.record_inttype.list
'
,
old
:
{
is_own
:
true
,
sorting_params_list
:
[
'
record_type
'
]
}
}
]
return
TransactionService
.
execute
(
config
,
ta
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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