N°2358 - Fix deletion of a single replica within a list

This commit is contained in:
bruno DA SILVA
2020-05-13 09:36:48 +02:00
parent 6d9923be68
commit 21c2574cd9

View File

@@ -67,6 +67,7 @@ try
$oBlock->Display($oP, 1);
break;
case 'delete':
case 'select_for_deletion':
// Redirect to the page that implements bulk delete
$sDelete = utils::GetAbsoluteUrlAppRoot().'pages/UI.php?'.$_SERVER['QUERY_STRING'];