Revert "added new tab linking and corrected redirect"
This reverts commit 4eb5a4fd3f
.
This commit is contained in:
parent
4eb5a4fd3f
commit
8b91c3b3c8
5 changed files with 6 additions and 6 deletions
|
@ -139,7 +139,7 @@ sub valid_edit {
|
|||
$c->flash( success => 'Updated Organisation' );
|
||||
}
|
||||
};
|
||||
$c->redirect_to( '/admin/organisations/' . $c->param('id') );
|
||||
$c->redirect_to( '/admin/organisations/');
|
||||
}
|
||||
|
||||
sub merge_list {
|
||||
|
|
Reference in a new issue