Closed mikenuguid closed 8 months ago
You can get and manipulate the report field using the updateCMSFields
extension hook. I don't see that adding an extension hook specifically to getReportField()
would be a significant improvement. I'm going to close this issue on that basis.
If you can show that there is a significant improvement by adding extension hooks to getReportField()
then we can discuss further.
Description
Add an extension on the
getReportField()
on both report classesElementsInUseReport
andElementTypeReport
to allow easier updates on gridfield components e.g. implementingGridFieldQueuedExportButton
to allow csv export using queuedjob.Example:
Additional context or points of discussion
No response
Validations