SIGN IN SIGN UP
payloadcms / payload UNCLAIMED

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

41461 0 0 TypeScript

fix(drizzle): groups inside localized tabs are not working correctly (#15936)

Fixes https://github.com/payloadcms/payload/issues/11651

The issue was related to 2 things:
1. `forceLocalized` was not passed through if the current field is not
localized but had `forceLocalized: true` because the parent field is
localized, e.g: localized tab -> non localized group -> non localized
text - in the DB schema we need to have the text field in the `_locales`
table.
2. `forceLocale` was not passed through in `transform/write` for
tab/group fields
S
Sasha committed
57bde7702eedaf5810eaacab1e005ae20b1096e1
Parent: 2646018
Committed by GitHub <noreply@github.com> on 3/19/2026, 6:39:51 PM