From 28f6dabe8291ed96238eaa7f48556c6915ddad1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 14 Aug 2014 13:21:11 +0200 Subject: [PATCH] =?utf8?q?Nach=20dem=20L=C3=B6schen=20von=20einer=20CVar?= =?utf8?q?=20wieder=20die=20Liste=20des=20entspr.=20Moduls=20anzeigen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/CustomVariableConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/CustomVariableConfig.pm b/SL/Controller/CustomVariableConfig.pm index a56740b8f..744d58aca 100644 --- a/SL/Controller/CustomVariableConfig.pm +++ b/SL/Controller/CustomVariableConfig.pm @@ -96,7 +96,7 @@ sub action_destroy { flash_later('error', t8('The custom variable is in use and cannot be deleted.')); } - $self->redirect_to(action => 'list'); + $self->redirect_to(action => 'list', module => $self->module); } sub action_reorder { -- 2.20.1