Skip to content
Snippets Groups Projects
Commit 38bc3797 authored by !! Julian Keck (old Account; do not use) !!'s avatar !! Julian Keck (old Account; do not use) !! :ghost:
Browse files

FIXUP

parent a9794e82
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,8 @@ def validate_patch_request_actions(conn, user, actions: list[APIPatchRequestActi
r = execute_wapi_function(conn, [
{'idx': 'module_list', 'name': 'nd.module.list', 'old': {'gpk': action.module_gpk}},
{'idx': 'port_list', 'name': 'nd.p_port.list', 'old': p_port_old_dict, 'inner_join_ref': {'module_list': 'default'}},
{'idx': 'port_list', 'name': 'nd.p_port.list', 'old': p_port_old_dict,
'inner_join_ref': {'module_list': 'default'}},
{'idx': 'root_module_list', 'name': 'nd.module.list',
'inner_join_ref': {'module_list': 'api_func_nd_module_hierarchy_gfk_list_is_subset'}},
{'idx': 'room_list', 'name': 'nd.room.list', 'old': {'gpk': action.room_gpk},
......
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