InangoSystems / mmx-ep

MMX EntryPoint
Other
0 stars 0 forks source link

MMX Entrypoint does not work with indexes #3

Open VladyslavTupikin opened 3 years ago

VladyslavTupikin commented 3 years ago

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 commit e5ad829458879fe9b0622af6e574f8092dd3e028, branch

For fixing this issue need to modify query by adding next logic: need to remove last table from FROM part of query optionally.

MuteSpirit commented 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