From: Bernd Bleßmann Date: Thu, 14 Aug 2014 11:21:11 +0000 (+0200) Subject: Nach dem Löschen von einer CVar wieder die Liste des entspr. Moduls anzeigen. X-Git-Tag: release-3.2.0beta~353 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=28f6dabe8291ed96238eaa7f48556c6915ddad1d;p=kivitendo-erp.git Nach dem Löschen von einer CVar wieder die Liste des entspr. Moduls anzeigen. --- 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 {