Dan Ribbens

Results 33 issues of Dan Ribbens

## Description There is a surprising lack of tests on querying json, I will continue to add them in another PR. #3839 - [x] I have read and understand the...

## Description fix #3692 1. Overrides were not spread in the correct order in `createBreadcrumbsField` 2. You can now use the create field functions without also needing to specify the...

## Description Before change: ![image](https://github.com/payloadcms/payload/assets/6434612/787a88b7-d19c-46e3-b0b7-c208576d1580) After change: ![image](https://github.com/payloadcms/payload/assets/6434612/f277a7cd-ca44-41c3-942c-2286e663219d) - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [ ] Chore (non-breaking...

## Description Changing to withTransaction instead of calling beginTransaction and start/rollback directly. This is a documented way to retry failing database operations to reduce errors from being unable to attain...

created-by: Payload team

The GenerateTitle type does not appear to be correct and the readme example doesn't offer type safety: ```generateTitle: ({ doc }) => `Website.com — ${doc.title.value}`,``` I believe it should be...

plugin: seo

## Description This makes it so that the filterOptions are applied to the filter controls on the list view of a collection: ![image](https://github.com/payloadcms/payload/assets/6434612/d9ecbd63-9b26-4cbd-b168-83b755dbd29a) Now any non-valid options will no longer...

I'm trying to contribute by adding Laravel 5.5 support, but the Travis CI build failed. I tried to run phpunit locally to debug but I'm getting this class loading error....

Copy of https://github.com/payloadcms/payload/pull/6256 for beta

created-by: Payload team