]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 90e2d6e6df903080455c4806aad28e11dc2eb2a9..76f85b27a64a7c470a0a8de9c5e784f9b2a846f3 100644 (file)
@@ -90,7 +90,7 @@ sub action_destroy {
     flash_later('error', $::locale->text('The project is in use and cannot be deleted.'));
   }
 
     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 {
 }
 
 sub action_ajax_autocomplete {