Alex
Alex
## Description Fix for issue #6349 When creating versions in mongodb, the type of the parent key needs to match the type of the _id of the parent. Otherwise you...
### Link to reproduction _No response_ ### Describe the Bug ### This is a breaking bug. Versions do not work on collections with custom IDs, on mongodb. (have not tested...
### Link to reproduction _No response_ ### Describe the Bug On a collection with **number** ids, when creating new versions of a document, the **parent** key will be either _Number_...
## Description Fix for issue [#5355](https://github.com/payloadcms/payload/issues/5355) When building search params, we are checking to see if there is a custom ID field, this will be passed further down to the...