related to #1931 Set back widget manager reload on validation to true

This commit is contained in:
MatthieuLP
2023-07-11 11:00:54 +02:00
parent 1e944ca49a
commit c6325f2e5d

View File

@@ -262,7 +262,7 @@ $(document).ready(function () {
}
});
// Set second param to true to trigger reload
performSearch(PS_params ,false);
performSearch(PS_params ,true);
})
/**