Patrik
Patrik
## Description Setting `disableListColumn` to `true` on a field would hide the field from the column selector but not from the table columns. - [x] I have read and understand...
## Description Fixes 3.0 demo [issue](https://github.com/payloadcms/payload/issues/6460) - [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 - [x] Bug fix (non-breaking change which...
## Description - [ ] 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 change which does not add...
## Description fix: resets pagination to page 1 every time the search term changes - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of...
### What? Migrates the whitelabel example to the latest beta version in preparation for 3.0 stable `TODO`: - Fix custom graphics imports
### What? Migrates the `draft-preview` example to payload `3.0`. `Updates`: - `draft-preview/payload` now has a next app directly along side payload - new recommended approach (i.e admin panel & front-end...
### What? Unable to configure expiration time for the password reset tokens. ### Why? Prior to this change, the expiration time for password reset tokens were defaulted. ### How? Adds...
## Description `Issue`: editing a selected document's `title` within a drawer in a `hasMany: true` relationship field would not trigger a refresh after saving the selected document from within the...
### What? Previously, the create-payload-app install would properly update the env vars in the new created `.env` file but kept outdated env vars in the `.env.example` file. I.e If selecting...
### What? It became possible for fields to reset to a defined `defaultValue` when bulk editing from the `edit-many` drawer. ### Why? The form-state of all fields were being considered...