More modal iframe dialog handling improvements

This commit is contained in:
Bernd Bestel
2025-01-11 12:06:15 +01:00
parent 5721c4bd62
commit 2c0b1a7be0
54 changed files with 110 additions and 79 deletions

View File

@@ -82,11 +82,15 @@ $("#clear-filter-button").on("click", function()
$("#transaction-type-filter").val("all");
$("#location-filter").val("all");
$("#user-filter").val("all");
$("#product-filter").val("all");
$("#daterange-filter").val("6");
RemoveUriParam("months");
RemoveUriParam("product");
if (GetUriParam("embedded") === undefined)
{
RemoveUriParam("product");
$("#product-filter").val("all");
}
window.location.reload();
});