Fixes #19264: Support table configs on child object list views (#19284)

* Fixes #19264: Support table configs on child object list views

* Clear assigned table config when resetting the configuration
This commit is contained in:
Jeremy Stretch
2025-04-23 13:43:25 -04:00
committed by GitHub
parent dfd788c643
commit a83dfff736
7 changed files with 40 additions and 24 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -80,7 +80,8 @@ function handleSubmit(event: Event): void {
const toast = createToast('danger', 'Error Resetting Table Configuration', res.error);
toast.show();
} else {
location.reload();
// Strip any URL query parameters & reload the page
window.location.href = window.location.origin + window.location.pathname;
}
});
return;