From b458a7c893a26798c2797d7f7222f00d050f29cf Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 27 Aug 2020 17:20:24 -0400 Subject: [PATCH] Redirect after save so that a reload doesn't redo the post --- web/includes/actions/filter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/includes/actions/filter.php b/web/includes/actions/filter.php index a2e272025..2725c70fc 100644 --- a/web/includes/actions/filter.php +++ b/web/includes/actions/filter.php @@ -95,6 +95,7 @@ if ( isset($_REQUEST['object']) and ( $_REQUEST['object'] == 'filter' ) ) { } else if ( $filter->Background() ) { $filter->control('start'); } + $redirect = '?view=filter&Id='.$filter->Id(); } else if ( $action == 'control' ) { if ( $_REQUEST['command'] == 'start'