Implement save method in collection reference repository

This commit is contained in:
Thibaud Fabre
2015-07-09 20:13:46 +02:00
parent c5cab178a9
commit 07c0691092
5 changed files with 77 additions and 17 deletions

View File

@@ -718,7 +718,7 @@ class DataboxController extends Controller
} catch (\Exception $e) {
return $this->app->redirectPath('admin_database_submit_collection', [
'databox_id' => $databox_id,
'error' => 'error',
'error' => $e->getMessage(),
]);
}
}