From fb99c255945540960b4cfc9b9676dec98ae26ff1 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Thu, 21 Sep 2017 10:09:45 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B0813=20Enable=20bulk=20deletion=20of=20Da?= =?UTF-8?q?ta=20Synchro=20Replica?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:trunk[4927] --- synchro/replica.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/synchro/replica.php b/synchro/replica.php index 86be86c287..c04f710a4f 100644 --- a/synchro/replica.php +++ b/synchro/replica.php @@ -1,5 +1,5 @@ false)); $oBlock->Display($oP, 1); break; + + case 'select_for_deletion': + // Redirect to the page that implements bulk delete + $sDelete = utils::GetAbsoluteUrlAppRoot().'pages/UI.php?'.$_SERVER['QUERY_STRING']; + header("Location: $sDelete"); + break; } } catch(CoreException $e) @@ -84,5 +90,4 @@ catch(Exception $e) $oP->p($e->getMessage()); } -$oP->output(); -?> +$oP->output(); \ No newline at end of file