Christoph Bratschi

Results 23 issues of 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...

[possible-bug]

### 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...

[possible-bug]

**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...

enhancement
module:users

### 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....

status: needs-triage

### Describe the Bug The dropdown is not fully shown: ![Image](https://github.com/user-attachments/assets/a37333cf-5677-4045-8859-7b74239c6092) ### 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...

status: needs-triage

### 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...

status: needs-triage