Skip to content
Snippets Groups Projects
Commit 6b444f5f authored by Alexander Kaschta's avatar Alexander Kaschta :owl:
Browse files

Revert "Revert "FIX: Replace dict mode with non-dict mode requests""

This reverts commit ace6662f
parent ace6662f
Branches
No related tags found
No related merge requests found
Pipeline #269333 passed
...@@ -59,15 +59,15 @@ ...@@ -59,15 +59,15 @@
"type": "typeahead", "type": "typeahead",
"type_params": { "type_params": {
"query": [ "query": [
{ "idx": "own_mgr2ou_list", "name": "cntl.mgr2ou.list", "old": { "is_own": true } }, {"idx":"own_mgr2ou_list","name":"cntl.mgr2ou.list","old":{"is_own":true}},
{ "name": "org.unit.list", "inner_join_ref": { "own_mgr2ou_list": "default" }, "old": { "sorting_params_list": ["sub_position"] }}, {"idx":"unit_list","name":"org.unit.list","inner_join_ref":{"own_mgr2ou_list":"default"},"old":{"sorting_params_list":["sub_position"]}},
{ "idx": "unit_list_superset", "name": "org.unit.list", "inner_join_ref": { "unit_list": "api_func_org_unit_is_superset_of_root_node_set" }}, {"idx":"unit_list_superset","name":"org.unit.list","inner_join_ref":{"unit_list":"api_func_org_unit_is_superset_of_root_node_set"}},
{ "name": "cntl.mgr2ou.list", "inner_join_ref": { "unit_list_superset": "default" } }, {"idx":"mgr2ou_list","name":"cntl.mgr2ou.list","inner_join_ref":{"unit_list_superset":"default"}},
{ "name": "cntl.mgr.list", "inner_join_ref": { "mgr2ou_list": "default" } }, {"idx":"mgr_list","name":"cntl.mgr.list","inner_join_ref":{"mgr2ou_list":"default"}},
{ "name": "dns.fqdn2ou.list", "inner_join_ref": { "unit_list_superset": "default" } }, {"idx":"fqdn2ou_list","name":"dns.fqdn2ou.list","inner_join_ref":{"unit_list_superset":"default"}},
{ "name": "nd.bcd2ou.list", "inner_join_ref": { "unit_list_superset": "default" } }, {"idx":"bcd2ou_list","name":"nd.bcd2ou.list","inner_join_ref":{"unit_list_superset":"default"}},
{ "name": "nd.bcd.list", "inner_join_ref": { "bcd2ou_list": "default" } }, {"idx":"bcd_list","name":"nd.bcd.list","inner_join_ref":{"bcd2ou_list":"default"}},
{ "name": "org.unit_type.list", "inner_join_ref": { "unit_list": "default" } } {"idx":"unit_type_list","name":"org.unit_type.list","inner_join_ref":{"unit_list":"default"}}
], ],
"query_path": "unit_list_superset", "query_path": "unit_list_superset",
"display_value": "short_name", "display_value": "short_name",
...@@ -89,14 +89,14 @@ ...@@ -89,14 +89,14 @@
"type": "typeahead", "type": "typeahead",
"type_params": { "type_params": {
"query": [ "query": [
{ "name": "cntl.mgr2ou.list", "old": { "is_own": true } }, {"idx":"mgr2ou_list","name":"cntl.mgr2ou.list","old":{"is_own":true}},
{ "name": "cntl.mgr2group.list", "old": { "is_own": true } }, {"idx":"mgr2group_list","name":"cntl.mgr2group.list","old":{"is_own":true}},
{ "name": "org.unit.list", "inner_join_ref": { "mgr2ou_list": "default" } }, {"idx":"unit_list","name":"org.unit.list","inner_join_ref":{"mgr2ou_list":"default"}},
{ "name": "cntl.group.list", "inner_join_ref": { "mgr2group_list": "default" } }, {"idx":"group_list","name":"cntl.group.list","inner_join_ref":{"mgr2group_list":"default"}},
{ "name": "dns.fqdn2ou.list", "inner_join_ref": { "unit_list": "default"} }, {"idx":"fqdn2ou_list","name":"dns.fqdn2ou.list","inner_join_ref":{"unit_list":"default"}},
{ "name": "dns.fqdn2group.list", "inner_join_ref": { "group_list": "default"} }, {"idx":"fqdn2group_list","name":"dns.fqdn2group.list","inner_join_ref":{"group_list":"default"}},
{ "idx": "ou_fqdns", "name": "dns.fqdn.list", "inner_join_ref": { "fqdn2ou_list": "default" } }, {"idx":"ou_fqdns","name":"dns.fqdn.list","inner_join_ref":{"fqdn2ou_list":"default"}},
{ "idx": "group_fqdns", "name": "dns.fqdn.list", "inner_join_ref": { "fqdn2group_list": "default" } } {"idx":"group_fqdns","name":"dns.fqdn.list","inner_join_ref":{"fqdn2group_list":"default"}}
], ],
"query_path": "group_fqdns", "query_path": "group_fqdns",
"display_value": "value", "display_value": "value",
...@@ -118,9 +118,7 @@ ...@@ -118,9 +118,7 @@
}, },
"type": "typeahead", "type": "typeahead",
"type_params": { "type_params": {
"query": [ "query": [{"idx":"svc_managers","name":"cntl.mgr.list","old":{"is_own":true}}],
{ "idx": "svc_managers", "name": "cntl.mgr.list", "old": { "is_own": true } }
],
"query_path": "svc_managers", "query_path": "svc_managers",
"display_value": "login_name", "display_value": "login_name",
"return_value": "login_name" "return_value": "login_name"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment