-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: AfterStateUpdated not available for every other Fileupload #17
Comments
@DevRaeph can you send across a demo repo please? |
Sure i'll prepare one later. |
@joshembling Steps to reproduce:
After successfull upload the column stays empty and after selection an error occurs. your BaseFileUpload component overrides the afterStateUpdated method which is mandatory for the import. Hopefully that helps you :) |
@DevRaeph Your demo repo is incomplete. That is just a base Laravel install. |
@joshembling I'm so sorry i forgot to push the repo. It's now updated :) Thx for checking it out :) |
confirmed we just hit this same issue! |
Thanks for the tip in discord! same issue here, hopefully it's not a huge job for you Josh! great package |
+1 |
1 similar comment
+1 |
What happened?
I tried to use the Filament Import Action and after hours of research i found out, that with this plugin installed every "afterStateUpadated" funtion for any FileUpload is not accessible anymore.
Can you please add some functionality so that the afterStateUpdated is not overwritten by default.
For Fileuploads like csv or anything else it makes no sense at all.
How to reproduce the bug
Install the Plugin, create a ImportAction and try to import.
Package Version
1.3.1
PHP Version
8.3
Laravel Version
10.45
Which operating systems does with happen with?
macOS
Notes
No response
The text was updated successfully, but these errors were encountered: