Sam Hibberd
Sam Hibberd
We have been running into this for a while, have also put off reporting, it's nice to know me and my team are not the only ones @Anubarak 🤦 Just...
So, we have added support for eager loading in the upcoming release 1.2, current dev branch on the craft 3 repo (this is the c2 version) see: https://github.com/presseddigital/linkit/issues/89 We are...
The validation should catch this, possible bug, will check.
Yeah, some tidying up to do here, should get around to it when client work calms down :(
Folks, LinkIt is high on the list to get some love over Christmas. I will aim to resolve any issues and get a version ready to test with Craft 3.
@kevinmu17 Appreciate a long time ago, but did you work out a way to patch up the missing data, as we have just run into this?
Ah. Probably not an option for us with hundreds of entries. Will keep digging. Thanks for letting me know.
Just revisiting this as it caught us out again on a Craft 3 project, is there any way that to add a check before the depreciation is called (I know...
Although, one workaround that allows us to set a value for the query (because the customField methods also return the current Query object) is: ```php Entry::find() ->status(null) ->getBehavior('customFields')->order(':notempty:') ->limit(null) ->all();...
@lukeholder Setting might be sensible, we have implemented our own logic to cover for it which is working nicely (our site has a large number of carts being created daily)...