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
1 changed files with 2 additions and 1 deletions

View File

@ -144,7 +144,8 @@ sub _csv_flash_error {
$c->flash(
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'),
);
}