Dan Ribbens
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:  After change:  - [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...
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...
## Description This makes it so that the filterOptions are applied to the filter controls on the list view of a collection:  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