Project löschen - Rücksprung zu Übersicht repariert
authorG. Richardson <grichardson@kivitec.de>
Mon, 4 May 2020 08:56:44 +0000 (10:56 +0200)
committerG. Richardson <grichardson@kivitec.de>
Mon, 4 May 2020 08:56:44 +0000 (10:56 +0200)
Die action heißt list, nicht search

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 {