Patrik

Results 61 comments of Patrik

@HarleySalas @zacuke thanks for the additional info and the reproduction repo - this was very helpful. Looks like its an issue with the `sqlite` & `postgres` adapters - working on...

Hey @HarleySalas & @zacuke, I believe I see the issue. Your select field is `hasMany: true` but you're only passing a `string` for the `defaultValue`, if you make it an...

I'll go ahead and close this issue since the fix is to wrap the `defaultValue` in brackets. For future improvements, I’ve opened a discussion to track an enhancement that would...

Hey @hristokoev, @ryancmcmanus, @cgilly2fast, @FredPerr, @Marantesss, @jeromewtf - thanks for bringing this to our attention and for your patience here. This issue has been resolved with this PR [here](https://github.com/payloadcms/payload/pull/11378). And...

Hey @lukyfebrianto, Thanks for your patience here! I just tried to reproduce the above behavior and I'm able to filter by ID's in an uploads collection / other collections as...

Hey @cval95 - Did the above suggestions help sort out the issue? Could you also check if this issue is still reproducible in v3? If so, please update this thread...

@cval95 Closing this now per my comment above. Please feel free to open a new issue referencing this one if you are able to reproduce this in v3.

Hey @shawqicauses - we are officially out of `beta` and have released `payload` `3.0`! So when creating a new project, you just need to do `npx create-payload-app` - no need...

@akhrarovsaid Thanks for the additional info here! @shawqicauses Did you happen to give the above a try?

Hey @ainsleyclark, Just as @bmarianome mentioned - the issue is you're using a group field as a title field in `admin.useAsTitle`. Currently, you can only use top level fields that...