Closed iRaziul closed 8 months ago
This might have to do with the same issue (https://github.com/CodeWithDennis/filament-select-tree/pull/85) @saade
@iRaziul Could you check if dehydrated(true)
fixes it?
This might have to do with the same issue (#85) @saade
@iRaziul Could you check if
dehydrated(true)
fixes it?
Yeah it seems like working after using dehydrated()
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?
89
Merged, please check your application with the latest version. @Sjoerd24
@CodeWithDennis Thanks, it all works now again!
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.