Christoph Bratschi
Christoph Bratschi
This issue is most likely not related to this component but I document it here in case someone else has the same issue. On page changes we pass different collection...
This is a client component but it does not set 'use client'. Therefore we have to wrap it in a client component first to be able to use it in...
A couple of strings are hardcoded and therefore cannot be translated: - 'Edit ' is hardcoded (see https://github.com/payloadcms/payload-admin-bar/blob/main/src/index.tsx#L278) - 'New ' is hardcoded (see https://github.com/payloadcms/payload-admin-bar/blob/main/src/index.tsx#L313) - 'Logout' is hardcoded (see...
### Link to reproduction _No response_ ### Describe the Bug Created a new project: ``` npx create-payload-app@beta --use-npm ``` Loaded the admin panel and checked the network traffic. Saw that...
### Link to reproduction _No response_ ### Describe the Bug Currently the installer creates the project setup and a .gitignore file but the .git folder is not created i.e. Git...
**Is your enhancement related to a problem? Please describe.** The following query introduced in WordPress 5.9 runs extremely slow on our system (4-8 seconds): ``` SELECT wp_users.ID,wp_users.user_login,wp_users.display_name FROM wp_users INNER...
### Describe the Bug This was working fine with Payload 2.x but Payload 3.x returns no localized fields values for locale=*. Switching to locale=all returned again all raw field values....
### Describe the Bug The dropdown is not fully shown:  ### Link to the code that reproduces this issue https://github.com/cbratschi/payload ### Reproduction Steps Edit any document in a browser...
### Describe the Bug Payload and its cloud storage adapters create URLs for uploaded media files. Filenames are stored in UTF-8 but they are never encoded in the URLs: ```TypeScript...
### Describe the Bug I discovered a strange field hook issue which breaks causality. There are two fields in the same collection which both have beforeValidate hooks. The first field...