added new tab linking and corrected redirect

This commit is contained in:
Finn 2017-12-04 12:27:53 +00:00
parent 738a72b64e
commit 4eb5a4fd3f
5 changed files with 6 additions and 6 deletions

View file

@ -139,7 +139,7 @@ sub valid_edit {
$c->flash( success => 'Updated Organisation' );
}
};
$c->redirect_to( '/admin/organisations/');
$c->redirect_to( '/admin/organisations/' . $c->param('id') );
}
sub merge_list {