generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 32
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]: Data not passing #87
Labels
bug
Something isn't working
Comments
I have the same problem, data is not on any field passing through. Is the mentioned fixed above a def fix or is a better solution coming along? Bit weird that all selecttree fields aren't working anymore in my site, luckly still in testing fase. :) edit: ->dehydrated(true) fixes also my problem. But this shouldn't be standard behaviour right? |
@CodeWithDennis Thanks, it all works now again! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
I found a serious but weird issue. 🫨
My models are
Category
andProduct
where the category has child categories.I used this code to select a category for the product and this was working fine but for the last couple of days it is not working as expected.
This renders the field as I wanted:
I've selected the category and submitted the form but got this response:
How to reproduce the bug
Package Version
3.1.32
PHP Version
8.2
Laravel Version
10.4
Which operating systems does with happen with?
Windows, Linux
Notes
I can provide you the website link privately so that you can have a look.
The text was updated successfully, but these errors were encountered: