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

FIX: join in bcd overview

parent 188d1c23
No related branches found
No related tags found
No related merge requests found
Pipeline #273629 passed with warnings
......@@ -4,9 +4,9 @@ export default {
getOverview(config) {
let ta = [
{"name": "nd.bcd.list", "old": {"is_own": true}},
{"name": "org.unit.list", "join": {"0": "nd.bcd.fkey_nd_bcd_oe"}},
{"name": "nd.ip_subnet.list", "join": {"0": "nd.ip_subnet.fkey_nd_ip_subnet_bcd"}},
{"name": "nd.vlan.list", "join": {"0": "nd.vlan.fkey_nd_vlan_bcd"}},
{"name": "org.unit.list", "join": {"0": "api_fkey_nd_bcd_oe"}},
{"name": "nd.ip_subnet.list", "join": {"0": "api_fkey_nd_ip_subnet_bcd"}},
{"name": "nd.vlan.list", "join": {"0": "api_fkey_nd_vlan_bcd"}},
]
return TransactionService.execute(config, ta);
},
......
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