insertListing is making 2 ajax calls and one of them is causing 500 error
I am loading up a customer grid into a modal with insertListing: <insertListing name=”customer_listing”> <settings> <dataLinks> <exports>false</exports> <imports>true</imports> </dataLinks> <autoRender>true</autoRender> <selectionsProvider> customer_listing.customer_listing.customer_columns.ids </selectionsProvider> <dataScope>customer_listing</dataScope> <ns>customer_listing</ns> </settings> </insertListing> This makes the ajax call and the JSON is returned, but then it… Read More »insertListing is making 2 ajax calls and one of them is causing 500 error