Some bugfixes and cleanup.

This commit is contained in:
Sander Dorigo
2014-11-06 20:33:37 +01:00
parent ddea7d696a
commit 44705f0e18
7 changed files with 8 additions and 345 deletions

View File

@@ -382,7 +382,7 @@ class AccountController extends BaseController
if ($data['post_submit_action'] == 'create_another') {
return Redirect::route('accounts.edit', $account->id);
} else {
return Redirect::route('accounts.edit', $account->id);
return Redirect::route('accounts.index',$data['what']);
}
case 'validate_only':
$messageBags = $acct->validate($data);