]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Nach dem Löschen von einer CVar wieder die Liste des entspr. Moduls anzeigen.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 14 Aug 2014 11:21:11 +0000 (13:21 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 14 Aug 2014 11:21:11 +0000 (13:21 +0200)
SL/Controller/CustomVariableConfig.pm

index a56740b8f7d4528537bf2f91ff6f88dfbbcb3236..744d58aca0d3a2428b84c27bf97dfb0ee11cd794 100644 (file)
@@ -96,7 +96,7 @@ sub action_destroy {
     flash_later('error', t8('The custom variable is in use and cannot be deleted.'));
   }
 
     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 {
 }
 
 sub action_reorder {