Stop error on large csv exceeding size of cookies

This commit is contained in:
Thomas Bloor 2018-03-21 17:24:41 +00:00
parent 2d03d25916
commit 2b5bb9cd8c
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC

View file

@ -144,7 +144,8 @@ sub _csv_flash_error {
$c->flash( $c->flash(
error => $error, error => $error,
csv_data => $c->param('csv'), # If csv info is huge, this fails epically
#csv_data => $c->param('csv'),
date_format => $c->param('date_format'), date_format => $c->param('date_format'),
); );
} }