projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
915cb1a
)
Project löschen - Rücksprung zu Übersicht repariert
author
G. Richardson
<grichardson@kivitec.de>
Mon, 4 May 2020 08:56:44 +0000
(10:56 +0200)
committer
G. 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
patch
|
blob
|
history
diff --git
a/SL/Controller/Project.pm
b/SL/Controller/Project.pm
index
90e2d6e
..
76f85b2
100644
(file)
--- a/
SL/Controller/Project.pm
+++ b/
SL/Controller/Project.pm
@@
-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 {