mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Suggest installing gridfieldqueuedexport
This commit is contained in:
parent
aa171f8e45
commit
b571f81cc7
@ -34,7 +34,8 @@
|
||||
},
|
||||
"suggest": {
|
||||
"colymba/gridfield-bulk-editing-tools": "Allows for bulk management of form submissions",
|
||||
"silverstripe/secureassets": "Enables files uploaded via userforms to be secured from public access"
|
||||
"silverstripe/secureassets": "Enables files uploaded via userforms to be secured from public access",
|
||||
"silverstripe/gridfieldqueuedexport": "Export large submission as CSV through queued jobs in the background"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
@ -18,3 +18,10 @@ it then grabs the columns for the live database it will create a backup of the t
|
||||
are surplus.
|
||||
|
||||
To run the task login as Admin and go to to http://yoursite/dev/tasks/UserFormsColumnCleanTask
|
||||
|
||||
## My CSV export times out or runs out of memory
|
||||
|
||||
You likely have too many submissions to fit within the PHP constraints
|
||||
on your server (execution time and memory). If you can't increase these limits,
|
||||
consider installing the [gridfieldqueuedexport](https://github.com/silverstripe/silverstripe-gridfieldqueuedexport) module. It uses [queuedjobs](https://github.com/silverstripe-australia/silverstripe-queuedjobs) to export
|
||||
submissions in the background, providing users with a progress indicator.
|
Loading…
Reference in New Issue
Block a user