Skip to content
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

fixing delete file problem on tabs #169

Merged
merged 1 commit into from
Feb 9, 2022
Merged

Conversation

arlon23
Copy link
Contributor

@arlon23 arlon23 commented Dec 21, 2021

No description provided.

@RVxLab
Copy link
Collaborator

RVxLab commented Feb 9, 2022

Can you provide some more context for this fix?

@arlon23
Copy link
Contributor Author

arlon23 commented Feb 9, 2022

Yes I had a problem when use some file field inside the tabs and was getting the same error as PCodrin in this issue.
#158

So I did some debug and saw that the problem was the package was using the findFieldByAttribute() method from Laravel instead of the method located on your package, and the motive was inside the TabsOnEdit trait it was using the FieldCollection from laravel, not yours, so i did this change and worked.

@RVxLab RVxLab merged commit ecf7ee4 into eminiarts:master Feb 9, 2022
@RVxLab
Copy link
Collaborator

RVxLab commented Feb 9, 2022

Awesome, thank you very much for providing a fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants