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:
77fda87
)
action_database_administration gibt es nicht mehr
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 22 Jul 2013 12:54:14 +0000
(14:54 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 22 Jul 2013 12:54:14 +0000
(14:54 +0200)
SL/Controller/Admin.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Admin.pm
b/SL/Controller/Admin.pm
index
698fdb1
..
2e55420
100644
(file)
--- a/
SL/Controller/Admin.pm
+++ b/
SL/Controller/Admin.pm
@@
-408,7
+408,7
@@
sub action_do_create_dataset {
User->new->dbcreate($::form);
flash_later('info', t8("The dataset #1 has been created.", $::form->{db}));
- $self->redirect_to(action => '
database_administration
');
+ $self->redirect_to(action => '
show
');
}
sub action_delete_dataset_login {
@@
-439,7
+439,7
@@
sub action_do_delete_dataset {
User->new->dbdelete($::form);
flash_later('info', t8("The dataset #1 has been deleted.", $::form->{db}));
- $self->redirect_to(action => '
database_administration
');
+ $self->redirect_to(action => '
show
');
}
#