Owain
Accessing rows imported on ImportChunkProcessed event
Hi,
Is it possible to get the rows that were imported when the ImportChunkProcessed event is triggered? I have looked at the source code and can't seem to see anything that would allow me to access these rows. Same for ImportCompleted. Am wondering if maybe because it's using a transaction, it's might be a little complicated to retrieve?
2 replies
Globally Accessing Current Resource
Hey. Is there a way I can access the current page/resource from inside a middleware? I essentially want to be able to do something like
Filament\Facades\Filament::getCurrentResource()
and have it return the Filament resource for the page I'm accessing, but can't find a method which achieves this. Thanks in advance.3 replies