You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the GridFieldExportButton export filename is always the following no matter what the model is:
export-$now.csv
With a date format of:
d-m-Y-H-i
The developer cannot modify this. If the cms user is exporting multiple models, they all have the same name, making it hard to differentiate between exports. The time stamp of d-m-Y-H-i is not necessarily ideal for sorting reasons and also is not configureable.
It would be great to update the filename to something this:
[classname]-export-[timestamp].csv
With a default date format of:
Y-m-d-H-i
The [classname] would automatically be replaced with the model classname. Resulting in the following example filenames:
Description
Currently the GridFieldExportButton export filename is always the following no matter what the model is:
With a date format of:
The developer cannot modify this. If the cms user is exporting multiple models, they all have the same name, making it hard to differentiate between exports. The time stamp of d-m-Y-H-i is not necessarily ideal for sorting reasons and also is not configureable.
It would be great to update the filename to something this:
With a default date format of:
The
[classname]
would automatically be replaced with the model classname. Resulting in the following example filenames:The filename and date format should also be changed on a per button basis through the code.
Additional context or points of discussion
No response
Validations
The text was updated successfully, but these errors were encountered: