Nach dem Löschen von einer CVar wieder die Liste des entspr. Moduls anzeigen.
[kivitendo-erp.git] / SL / Controller / CustomVariableConfig.pm
index a56740b..744d58a 100644 (file)
@@ -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 {