-
Notifications
You must be signed in to change notification settings - Fork 140
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
Cannot delete files from file fields #158
Comments
I fail to see how this is caused by nova-tabs. You have a 404, sounds like a problem within your resource. |
That occurs when you add a File field in a tab just try to see if it works. Thanks! |
@RVxLab I don't know if it could help, but I was looking into this problem, and i see the problem may be the findFieldByAttribute() method in FieldCollection, i guess it not using the method created in this package, it is using from laravel. |
Got the same problem. Does anybody know how to fix it? |
@Kenny201 @PCodrin I did this change on updateFields and it seems to fix the problems, I didin't make all the tests on my project, but if you want to try and test on your projects, after I finish with my test I will make a PR. This TabFieldCollection is the FieldCollection file found in this package |
This should be fixed with #169. I’ll make a release towards the weekend. |
Version 1.5.0 has been released which should address this issue. |
The text was updated successfully, but these errors were encountered: