Project löschen - Rücksprung zu Übersicht repariert
[kivitendo-erp.git] / SL / Controller / Project.pm
index 90e2d6e..76f85b2 100644 (file)
@@ -90,7 +90,7 @@ sub action_destroy {
     flash_later('error', $::locale->text('The project is in use and cannot be deleted.'));
   }
 
-  $self->redirect_to(action => 'search');
+  $self->redirect_to(action => 'list');
 }
 
 sub action_ajax_autocomplete {