Open VladyslavTupikin opened 3 years ago
From my point of view the issue looks next: MMX Entrypoint does not take into account the indexes returned with prplMesh backend getall script because prplMesh MMX model uses MMX EP implicit index fields (like BSSIndex, AccessPointIndex, etc.) which are absent in model Excel file by created by MMX EP internally in own DB
MMX Entrypoint does not work with indexes received from backend script. As a workaround we modified function
w_form_query_getall_insert_new()
in the commite5ad829458879fe9b0622af6e574f8092dd3e028
, branchFor fixing this issue need to modify query by adding next logic: need to remove last table from
FROM
part of query optionally.