You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Field select shows fields which should not be editable by editors. This is especially noticeable while bulk editing upload-enabled collections as you are able to select fields that are otherwise hidden. While you cannot edit these aforementioned fields, they still show up in the FieldSelect component.
This also causes a runtime error on fields that have not defined an admin property in config.
Describe the Bug
The Field select shows fields which should not be editable by editors. This is especially noticeable while bulk editing upload-enabled collections as you are able to select fields that are otherwise hidden. While you cannot edit these aforementioned fields, they still show up in the
FieldSelect
component.This also causes a runtime error on fields that have not defined an
admin
property in config.Link to the code that reproduces this issue
https://github.com/akhrarovsaid/payload/tree/repro/editmany-invalid-fields-and-error
Reproduction Steps
pnpm dev _community
media
collectionFieldSelect
users
collection list viewWhich area(s) are affected? (Select all that apply)
area: ui
Environment Info
The text was updated successfully, but these errors were encountered: