Sasha
Sasha
## Description Discussion #3593 Added: `tableName` property to collection / global / array field / block type / select with `hasMany: true` config. `enumName` property to select field / radio...
## Description Adds ability to use native mongo "sort" object https://mongoosejs.com/docs/api/query.html#Query.prototype.sort(), so we can sort by multiple fields, localized fields are also retrieved before passing to mongo Default behaviour when...
## Description Currently `defaultValue` function argument is called only server side, so why pass only `locale` and `user`? It shouldn't be a breaking change because `req` contains them. You also...
### Link to reproduction https://github.com/r1tsuu/payload/tree/postgres-reproduction ### Describe the Bug Given the collection config: ```ts import type { CollectionConfig } from 'payload/types' export const localizedSlug = 'localized ' export const Localized:...
## Description The problem: you want to create a link field, which has relation to Pages collection. But your Pages collection contains many many fields and as well relations, fetching...
## Description Fixed invalid raw (non json) response in generate-image endpoint caused to not generating the meta image. Honestly tried to add e2e test because we don't have it for...
## Description Currently a custom views in beta are wrapped with the Minimal template by default and you can't remove it and neither change it to the Default template. Because...
## Description Fixes #6029 Copying of `localeRow` is neccessary as we need to delete `table._locale` after, which could affect other localized fields transforming on the same level, but we want...
## Description Moves the official https://github.com/payloadcms/plugin-relationship-object-ids plugin and tests for it. - [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 - [...
## Description Fixes https://github.com/payloadcms/payload-3.0-demo/issues/181 Although issue is about page changing, it happens as well when you change sort / limit / where filter (and probably locale) - [x] I have...